Skip to content

Commit de06a1f

Browse files
committed
Restore Java 8 compatibility with Gradle Plugin
See gh-228
1 parent 88b7c50 commit de06a1f

File tree

1 file changed

+3
-0
lines changed
  • spring-javaformat-gradle/spring-javaformat-gradle-plugin

1 file changed

+3
-0
lines changed

spring-javaformat-gradle/spring-javaformat-gradle-plugin/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ test {
2525
}
2626
}
2727

28+
sourceCompatibility = 1.8
29+
targetCompatibility = 1.8
30+
2831
eclipseJdt {
2932
inputFile = rootProject.file('../../.eclipse/org.eclipse.jdt.core.prefs')
3033
doLast {

0 commit comments

Comments
 (0)