|
@@ -1,10 +1,10 @@
|
|
plugins {
|
|
plugins {
|
|
- id 'fabric-loom' version '0.8-SNAPSHOT'
|
|
|
|
- id "io.freefair.lombok" version "5.3.3.3"
|
|
|
|
|
|
+ id 'fabric-loom' version '0.10-SNAPSHOT'
|
|
|
|
+ id "io.freefair.lombok" version "6.3.0"
|
|
}
|
|
}
|
|
|
|
|
|
-sourceCompatibility = JavaVersion.VERSION_16
|
|
|
|
-targetCompatibility = JavaVersion.VERSION_16
|
|
|
|
|
|
+sourceCompatibility = JavaVersion.VERSION_17
|
|
|
|
+targetCompatibility = JavaVersion.VERSION_17
|
|
|
|
|
|
archivesBaseName = project.archives_base_name
|
|
archivesBaseName = project.archives_base_name
|
|
version = project.mod_version
|
|
version = project.mod_version
|
|
@@ -31,7 +31,7 @@ tasks.withType(JavaCompile).configureEach {
|
|
// see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
|
|
// see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
|
|
it.options.encoding = "UTF-8"
|
|
it.options.encoding = "UTF-8"
|
|
|
|
|
|
- it.options.release = 16
|
|
|
|
|
|
+ it.options.release = 17
|
|
}
|
|
}
|
|
|
|
|
|
jar {
|
|
jar {
|