Skip to content

Commit

Permalink
gradle build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Jul 23, 2019
1 parent 58b83df commit 43f02c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}

apply plugin: 'javacard'
sourceCompatibility = 1.7
sourceCompatibility = 1.8

// Common settings, definitions
final def rootPath = rootDir.absolutePath
Expand Down Expand Up @@ -93,6 +93,7 @@ javacard {
jckit JC_SELECTED

// Using custom repo with jcardsim
debugGpPro true
addSurrogateJcardSimRepo false
addImplicitJcardSim false
addImplicitJcardSimJunit false
Expand Down

0 comments on commit 43f02c3

Please sign in to comment.