We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c07116e + c9bb9e3 commit c5ffca4Copy full SHA for c5ffca4
2 files changed
.travis.yml
@@ -19,4 +19,4 @@ after_failure:
19
- cat $HOME/travis/build/auth0/java-jwt/lib/build/reports/tests/index.html
20
branches:
21
only:
22
- - v3
+ - master
lib/build.gradle
@@ -30,6 +30,7 @@ auth0 {
30
31
compileJava {
32
sourceCompatibility '1.7'
33
+ targetCompatibility '1.7'
34
}
35
36
dependencies {
0 commit comments