File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' fabric-loom' version ' 0.12 -SNAPSHOT'
2
+ id ' fabric-loom' version ' 0.10 -SNAPSHOT'
3
3
id ' maven-publish'
4
4
}
5
5
6
- sourceCompatibility = JavaVersion . VERSION_18
7
- targetCompatibility = JavaVersion . VERSION_18
6
+ sourceCompatibility = JavaVersion . VERSION_17
7
+ targetCompatibility = JavaVersion . VERSION_17
8
8
9
9
archivesBaseName = project. archives_base_name
10
10
version = project. mod_version
@@ -38,8 +38,8 @@ tasks.withType(JavaCompile).configureEach {
38
38
// If Javadoc is generated, this must be specified in that task too.
39
39
it. options. encoding = " UTF-8"
40
40
41
- // Minecraft 1.19 upwards uses Java 18 .
42
- it. options. release = 18
41
+ // Minecraft 1.18 upwards uses Java 17 .
42
+ it. options. release = 17
43
43
}
44
44
45
45
java {
You can’t perform that action at this time.
0 commit comments