Changed master project to Java 11

This commit is contained in:
Sandy Brownlee 2022-09-09 14:39:53 +01:00
parent b3375e2050
commit a2cac87f81

View File

@ -1,5 +1,7 @@
apply plugin: 'java'
sourceCompatibility = 11
subprojects.each { subproject ->
evaluationDependsOn(subproject.path)
}