Skip to content

Commit 83eeb3b

Browse files
authored
Merge pull request #616 from auth0/automated-release
Update Circle Ship Orb configuration
2 parents 6621b50 + a2ecb75 commit 83eeb3b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
ship: auth0/[email protected].1
3+
ship: auth0/[email protected].2
44
codecov: codecov/codecov@3
55

66
commands:

lib/build.gradle

Lines changed: 3 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 {

0 commit comments

Comments
 (0)