File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ commands:
2323 steps :
2424 - run : ./gradlew check jacocoTestReport --continue --console=plain
2525 - 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
3434jobs :
3535 build :
3636 docker :
@@ -42,16 +42,16 @@ jobs:
4242 GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
4343 _JAVA_OPTIONS : " -Xms512m -Xmx1024m"
4444 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
5555
5656workflows :
5757 build-and-test :
@@ -68,6 +68,6 @@ workflows:
6868 - master
6969 requires :
7070 - 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 2828 repository " java-jwt"
2929 organization " auth0"
3030 description " Java implementation of JSON Web Token (JWT)"
31- baselineCompareVersion " 4.0 .0"
31+ baselineCompareVersion " 4.1 .0"
3232 skipAssertSigningConfiguration true
3333
3434 developers {
You can’t perform that action at this time.
0 commit comments