File tree 2 files changed +22
-22
lines changed
2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ commands:
23
23
steps :
24
24
- run : ./gradlew check jacocoTestReport --continue --console=plain
25
25
- codecov/upload
26
- # run-api-diff:
27
- # steps:
28
- # # run apiDiff task
29
- # - run: ./gradlew apiDiff
30
- # - store_artifacts:
31
- # path: lib/build/reports/apiDiff/apiDiff.txt
32
- # - store_artifacts:
33
- # path: lib/build/reports/apiDiff/apiDiff.html
26
+ run-api-diff :
27
+ steps :
28
+ # run apiDiff task
29
+ - run : ./gradlew apiDiff
30
+ - store_artifacts :
31
+ path : lib/build/reports/apiDiff/apiDiff.txt
32
+ - store_artifacts :
33
+ path : lib/build/reports/apiDiff/apiDiff.html
34
34
jobs :
35
35
build :
36
36
docker :
@@ -42,16 +42,16 @@ jobs:
42
42
GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
43
43
_JAVA_OPTIONS : " -Xms512m -Xmx1024m"
44
44
TERM : dumb
45
- # api-diff:
46
- # docker:
47
- # - image: openjdk:11.0-jdk
48
- # steps:
49
- # - checkout-and-build
50
- # - run-api-diff
51
- # environment:
52
- # GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
53
- # _JAVA_OPTIONS: "-Xms512m -Xmx1024m"
54
- # TERM: dumb
45
+ api-diff :
46
+ docker :
47
+ - image : openjdk:11.0-jdk
48
+ steps :
49
+ - checkout-and-build
50
+ - run-api-diff
51
+ environment :
52
+ GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
53
+ _JAVA_OPTIONS : " -Xms512m -Xmx1024m"
54
+ TERM : dumb
55
55
56
56
workflows :
57
57
build-and-test :
@@ -68,6 +68,6 @@ workflows:
68
68
- master
69
69
requires :
70
70
- build
71
- # api-diff:
72
- # jobs:
73
- # - api-diff
71
+ api-diff :
72
+ jobs :
73
+ - api-diff
Original file line number Diff line number Diff line change 28
28
repository " java-jwt"
29
29
organization " auth0"
30
30
description " Java implementation of JSON Web Token (JWT)"
31
- baselineCompareVersion " 4.0 .0"
31
+ baselineCompareVersion " 4.1 .0"
32
32
skipAssertSigningConfiguration true
33
33
34
34
developers {
You can’t perform that action at this time.
0 commit comments