Skip to content

Commit

Permalink
Change Java compilation compatibility levels
Browse files Browse the repository at this point in the history
  • Loading branch information
af-anssi committed May 28, 2018
1 parent 20e0327 commit 9955dd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ buildscript {
}
}

project.compileJava {
sourceCompatibility = '1.6'
targetCompatibility = '1.6'
}

javacard {
sdkVersion = '3.0.4'

Expand Down

0 comments on commit 9955dd9

Please sign in to comment.