Skip to content

Commit

Permalink
quit specifying jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshikiHigo committed Nov 8, 2019
1 parent 30a0205 commit 565a028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ apply plugin: 'jacoco'
apply plugin: 'maven'

// Set compiler version
sourceCompatibility = '1.11'
targetCompatibility = '1.11'
//sourceCompatibility = '1.11'
//targetCompatibility = '1.11'

// Set default encoding
compileJava.options.encoding = 'UTF-8'
Expand Down

0 comments on commit 565a028

Please sign in to comment.