Skip to content

Commit

Permalink
Merge pull request #616 from auth0/automated-release
Browse files Browse the repository at this point in the history
Update Circle Ship Orb configuration
  • Loading branch information
jimmyjames authored Oct 11, 2022
2 parents 6621b50 + a2ecb75 commit 83eeb3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
ship: auth0/[email protected].1
ship: auth0/[email protected].2
codecov: codecov/codecov@3

commands:
Expand Down
5 changes: 3 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ plugins {
id 'checkstyle'
}

def signingKey = findProperty('SIGNING_KEY')
def signingKeyPwd = findProperty('SIGNING_PASSWORD')
def signingKey = findProperty('signingKey')
def signingKeyPwd = findProperty('signingPassword')

signing {
useInMemoryPgpKeys(signingKey, signingKeyPwd)
Expand All @@ -29,6 +29,7 @@ oss {
organization "auth0"
description "Java implementation of JSON Web Token (JWT)"
baselineCompareVersion "4.0.0"
skipAssertSigningConfiguration true

developers {
auth0 {
Expand Down

0 comments on commit 83eeb3b

Please sign in to comment.