File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed
Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 1.5.10 "
2+ kotlin(" jvm" )
33 id(" fabric-loom" )
44 `maven- publish`
55 java
@@ -11,7 +11,7 @@ version = property("mod_version")!!
1111repositories {
1212 // Add repositories to retrieve artifacts from in here.
1313 // You should only use this when depending on other mods because
14- // Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
14+ // Loom adds the essential maven repositories to downl oad Minecraft and libraries from automatically.
1515 // See https://docs.gradle.org/current/userguide/declaring_repositories.html
1616 // for more information about repositories.
1717}
@@ -58,7 +58,7 @@ tasks {
5858 }
5959
6060 compileKotlin {
61- kotlinOptions.jvmTarget = " 16 "
61+ kotlinOptions.jvmTarget = " 17 "
6262 }
6363
6464}
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22archives_base_name =fabric-example-mod
33maven_group =net.fabricmc
4- loom_version =0.8 -SNAPSHOT
5- minecraft_version =1.17.1
6- yarn_mappings =1.17.1 +build.1
7- loader_version =0.11.6
8- fabric_kotlin_version =1.6 .1+kotlin.1.5 .10
9- fabric_api_version =0.36.1 +1.17
4+ loom_version =0.11 -SNAPSHOT
5+ minecraft_version =1.18.2
6+ yarn_mappings =1.18.2 +build.2
7+ loader_version =0.13.3
8+ fabric_kotlin_version =1.7 .1+kotlin.1.6 .10
9+ fabric_api_version =0.48.0 +1.18.2
1010mod_version =1.0.0
11+
12+ org.gradle.jvmargs =-Xmx4000m
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ pluginManagement {
99 }
1010
1111 plugins {
12- id(" fabric-loom" ) version " 0.8 -SNAPSHOT"
13- id(" org.jetbrains.kotlin.jvm" ) version " 1.5.0 "
12+ id(" fabric-loom" ) version " 0.11 -SNAPSHOT"
13+ id(" org.jetbrains.kotlin.jvm" ) version " 1.6.10 "
1414 }
1515
1616}
You can’t perform that action at this time.
0 commit comments