Skip to content

Commit 4f0d85f

Browse files
committed
Add targetCompatibility to 1.7
1 parent c07116e commit 4f0d85f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ auth0 {
3030

3131
compileJava {
3232
sourceCompatibility '1.7'
33+
targetCompatibility '1.7'
3334
}
3435

3536
dependencies {

0 commit comments

Comments
 (0)