File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ plugins {
99 id ' checkstyle'
1010}
1111
12- def signingKey = findProperty(' SIGNING_KEY ' )
13- def signingKeyPwd = findProperty(' SIGNING_PASSWORD ' )
12+ def signingKey = findProperty(' signingKey ' )
13+ def signingKeyPwd = findProperty(' signingPassword ' )
1414
1515signing {
1616 useInMemoryPgpKeys(signingKey, signingKeyPwd)
2929 organization " auth0"
3030 description " Java implementation of JSON Web Token (JWT)"
3131 baselineCompareVersion " 4.0.0"
32+ skipAssertSigningConfiguration true
3233
3334 developers {
3435 auth0 {
@@ -66,6 +67,7 @@ javadoc {
6667dependencies {
6768 implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
6869
70+
6971 testImplementation ' org.bouncycastle:bcprov-jdk15on:1.70'
7072 testImplementation ' junit:junit:4.13.2'
7173 testImplementation ' net.jodah:concurrentunit:0.4.6'
You can’t perform that action at this time.
0 commit comments