Skip to content

Commit 49c5def

Browse files
authored
Re-enable japicmp API diff checking (#619)
1 parent e8808ab commit 49c5def

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.circleci/config.yml

+21-21
Original file line numberDiff line numberDiff 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
3434
jobs:
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

5656
workflows:
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

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ oss {
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 {

0 commit comments

Comments
 (0)