We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e913e19 commit 87b1004Copy full SHA for 87b1004
publish.gradle
@@ -63,7 +63,7 @@ ext.configurePublishing = { packageName, packageDesc, packageVersion ->
63
def signingKeyId = System.getenv('SIGNING_KEY_ID')
64
def signingKey = System.getenv('SIGNING_KEY')
65
useInMemoryPgpKeys(signingKeyId, signingKey, '')
66
- sign publishing.publications.mavenJava
+ sign publishing.publications.imgui
67
}
68
69
0 commit comments