Skip to content

Commit

Permalink
modified workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Nov 11, 2024
1 parent 3f68d84 commit a449500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: ./.github/workflows/rl-secure.yml
with:
java-version: 11
artifact-name: 'java-jwt.jar'
artifact-name: 'java-jwt.tgz'
secrets:
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
Expand Down
6 changes: 1 addition & 5 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def signingKey = findProperty('signingKey')
def signingKeyPwd = findProperty('signingPassword')

oss {
name "java-jwt"
name "java jwt"
repository "java-jwt"
organization "auth0"
description "Java implementation of JSON Web Token (JWT)"
Expand Down Expand Up @@ -154,10 +154,6 @@ def testJava17 = tasks.register('testJava17', Test) {
shouldRunAfter(tasks.named('test'))
}

//tasks.named('compileTestJava').configure {
// options.release.set(11)
//}

tasks.named('check') {
dependsOn(testJava8)
dependsOn(testJava17)
Expand Down

0 comments on commit a449500

Please # to comment.