Skip to content

Commit 6d666b3

Browse files
committed
Merge branch 'delegating-dataloader-support' of github.com:graphql-java/java-dataloader into delegating-dataloader-support
2 parents 70b8915 + 3c30b81 commit 6d666b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ nexusPublishing {
176176
}
177177

178178
signing {
179+
required { !project.hasProperty('publishToMavenLocal') }
179180
def signingKey = System.env.MAVEN_CENTRAL_PGP_KEY
180181
useInMemoryPgpKeys(signingKey, "")
181182
sign publishing.publications

0 commit comments

Comments
 (0)