Skip to content

Commit

Permalink
Merge pull request #679 from kusumotolab/not-specify-jdk-version
Browse files Browse the repository at this point in the history
build.gradleの中でJDKのバージョンを指定するのを止めた
  • Loading branch information
mtj0928 authored Nov 8, 2019
2 parents 30a0205 + 565a028 commit b65c052
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 b65c052

Please sign in to comment.