mirror of
https://github.com/irmen/ksim65.git
synced 2025-01-20 23:29:51 +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.vcsUrl = "https://github.com/irmen/ksim65.git"
|
||||||
it.setLabels("6502", "retro", "emulation", "c64")
|
it.setLabels("6502", "retro", "emulation", "c64")
|
||||||
it.githubRepo = it.vcsUrl
|
it.githubRepo = it.vcsUrl
|
||||||
|
it.version = VersionConfig().also {
|
||||||
|
it.gpg = GpgConfig().also {
|
||||||
|
it.sign = true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user