mirror of
https://github.com/irmen/ksim65.git
synced 2025-08-07 14:25:07 +00:00
try to gpg sign for bintray
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user