Skip to content

Commit 95d70fa

Browse files
committed
excluded signing block for now
1 parent aaa4633 commit 95d70fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ publishing {
113113
}
114114
}
115115

116-
signing {
117-
sign publishing.publications.mavenJava
118-
// Ensure you have GPG_TTY set if running in CI/CD without direct tty
119-
// Or use system environment variables for private key and passphrase
120-
useInMemoryPgpKeys(rootProject.ext.get('signing.keyId'), rootProject.ext.get('signing.password'), rootProject.ext.get('signing.secretKeyRingFile'))
121-
// OR simpler for local/CI (requires GPG agent/GPG_TTY setup for passphrase)
122-
// useGpgCmd()
123-
}
116+
//signing {
117+
// sign publishing.publications.mavenJava
118+
// // Ensure you have GPG_TTY set if running in CI/CD without direct tty
119+
// // Or use system environment variables for private key and passphrase
120+
// useInMemoryPgpKeys(rootProject.ext.get('signing.keyId'), rootProject.ext.get('signing.password'), rootProject.ext.get('signing.secretKeyRingFile'))
121+
// // OR simpler for local/CI (requires GPG agent/GPG_TTY setup for passphrase)
122+
// // useGpgCmd()
123+
//}

0 commit comments

Comments
 (0)