mirror of
https://github.com/HMCore/Core.git
synced 2025-12-12 13:56:19 +00:00
Updated to Java 11
This commit is contained in:
@@ -6,6 +6,11 @@ plugins {
|
|||||||
group 'org.hmcore'
|
group 'org.hmcore'
|
||||||
version '1.0-SNAPSHOT'
|
version '1.0-SNAPSHOT'
|
||||||
|
|
||||||
|
java {
|
||||||
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
|
targetCompatibility = JavaVersion.VERSION_11
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user