Skip to content

Commit 6a666b0

Browse files
update build.gradle file
1 parent bd9c813 commit 6a666b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1515
signing {
1616
useInMemoryPgpKeys(signingKey, signingKeyPwd)
@@ -29,6 +29,7 @@ oss {
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 {
6667
dependencies {
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'

0 commit comments

Comments
 (0)