We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bf325 commit e4f20c5Copy full SHA for e4f20c5
1 file changed
build.gradle
@@ -171,8 +171,13 @@ subprojects {
171
userOrg = 'graphql-java-kickstart'
172
version {
173
name = project.version
174
-
175
+ gpg {
+ 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