Changed master project to Java 11
This commit is contained in:
parent
b3375e2050
commit
a2cac87f81
@ -1,5 +1,7 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
sourceCompatibility = 11
|
||||
|
||||
subprojects.each { subproject ->
|
||||
evaluationDependsOn(subproject.path)
|
||||
}
|
||||
|
Reference in New Issue
Block a user