File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id ' fabric-loom' version ' 1.1-SNAPSHOT'
33 id ' maven-publish'
4- id ' org.jetbrains.kotlin.jvm'
54}
65
76version = project. mod_version
@@ -36,7 +35,6 @@ dependencies {
3635 modImplementation " com.terraformersmc:modmenu:${ project.modmenu_version} "
3736
3837 implementation include(" org.java-websocket:Java-WebSocket:1.5.3" )
39- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4038}
4139
4240processResources {
7472
7573jar {
7674 from(" LICENSE" ) {
77- rename { " ${ it} _${ project.archivesBaseName} " }
75+ rename { " ${ it} _${ project.archivesBaseName} " }
7876 }
7977}
8078
@@ -94,13 +92,3 @@ publishing {
9492 // retrieving dependencies.
9593 }
9694}
97- compileKotlin {
98- kotlinOptions {
99- jvmTarget = " 17"
100- }
101- }
102- compileTestKotlin {
103- kotlinOptions {
104- jvmTarget = " 17"
105- }
106- }
Original file line number Diff line number Diff line change @@ -6,7 +6,4 @@ pluginManagement {
66 }
77 gradlePluginPortal()
88 }
9- plugins {
10- id ' org.jetbrains.kotlin.jvm' version ' 1.9.21'
11- }
129}
You can’t perform that action at this time.
0 commit comments