Skip to content

Commit

Permalink
Restore Java 8 compatibility with Gradle Plugin
Browse files Browse the repository at this point in the history
See gh-228
  • Loading branch information
philwebb committed Dec 3, 2020
1 parent 88b7c50 commit de06a1f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ test {
}
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

eclipseJdt {
inputFile = rootProject.file('../../.eclipse/org.eclipse.jdt.core.prefs')
doLast {
Expand Down

0 comments on commit de06a1f

Please sign in to comment.