Skip to content

Commit 6cd9795

Browse files
authored
Update overload.gradle
1 parent 827cc74 commit 6cd9795

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xenit/solr6/alfresco-search-services-community-2.0.9.1/overload.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apply plugin: 'java'
22

3-
// Compile everything for Java 11.
4-
compileJava {
5-
sourceCompatibility = 11
6-
targetCompatibility = 11
3+
java {
4+
toolchain {
5+
languageVersion = JavaLanguageVersion.of(11)
6+
}
77
}
88

99
ext {

0 commit comments

Comments
 (0)