We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2be624 commit 58bf325Copy full SHA for 58bf325
1 file changed
build.gradle
@@ -171,13 +171,8 @@ subprojects {
171
userOrg = 'graphql-java-kickstart'
172
version {
173
name = project.version
174
- gpg {
175
- sign = true
176
- }
177
- mavenCentralSync {
178
- user = System.env.OSS_USER_TOKEN_KEY ?: project.findProperty('OSS_USER_TOKEN_KEY') ?: ''
179
- password = System.env.OSS_USER_TOKEN_PASS ?: project.findProperty('OSS_USER_TOKEN_PASS') ?: ''
180
+
181
}
182
183
0 commit comments