Skip to content
Snippets Groups Projects
Commit a25ef88b authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update to Java 11

parent 7a3be2a5
No related branches found
No related tags found
1 merge request!25Java 11
......@@ -14,10 +14,7 @@ apply from: project(":nshmp-lib").file("gradle/git-hooks.gradle")
apply from: project(":nshmp-lib").file("gradle/spotbugs.gradle")
apply from: project(":nshmp-lib").file("gradle/spotless.gradle")
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
sourceCompatibility = JavaVersion.VERSION_11
compileJava.options.encoding = "UTF-8"
repositories {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment