Skip to content

Commit a449500

Browse files
committed
modified workflow
1 parent 3f68d84 commit a449500

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ./.github/workflows/rl-secure.yml
2323
with:
2424
java-version: 11
25-
artifact-name: 'java-jwt.jar'
25+
artifact-name: 'java-jwt.tgz'
2626
secrets:
2727
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
2828
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}

lib/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def signingKey = findProperty('signingKey')
3535
def signingKeyPwd = findProperty('signingPassword')
3636

3737
oss {
38-
name "java-jwt"
38+
name "java jwt"
3939
repository "java-jwt"
4040
organization "auth0"
4141
description "Java implementation of JSON Web Token (JWT)"
@@ -154,10 +154,6 @@ def testJava17 = tasks.register('testJava17', Test) {
154154
shouldRunAfter(tasks.named('test'))
155155
}
156156

157-
//tasks.named('compileTestJava').configure {
158-
// options.release.set(11)
159-
//}
160-
161157
tasks.named('check') {
162158
dependsOn(testJava8)
163159
dependsOn(testJava17)

0 commit comments

Comments
 (0)