mirror of
https://github.com/irmen/ksim65.git
synced 2025-01-01 08:30:43 +00:00
try to gpg sign for bintray
This commit is contained in:
parent
b3334a23b9
commit
7fb8feb676
@ -134,5 +134,10 @@ bintray {
|
||||
it.vcsUrl = "https://github.com/irmen/ksim65.git"
|
||||
it.setLabels("6502", "retro", "emulation", "c64")
|
||||
it.githubRepo = it.vcsUrl
|
||||
it.version = VersionConfig().also {
|
||||
it.gpg = GpgConfig().also {
|
||||
it.sign = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user