1
0
mirror of https://github.com/irmen/ksim65.git synced 2024-05-29 03:41:30 +00:00

try to gpg sign for bintray

This commit is contained in:
Irmen de Jong 2020-02-06 00:57:53 +01:00
parent b3334a23b9
commit 7fb8feb676

View File

@ -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
}
}
}
}