Updated to Java 11

This commit is contained in:
UnrealValentin
2021-04-11 22:45:36 +02:00
parent 5bbf32d8d9
commit 12d56d3471

View File

@@ -6,6 +6,11 @@ plugins {
group 'org.hmcore'
version '1.0-SNAPSHOT'
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
repositories {
mavenCentral()
}