Skip to content

Commit 8ba8d4f

Browse files
committed
remove kotlin because I accidentally made a .kt file
1 parent 0d62f3c commit 8ba8d4f

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

build.gradle

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id 'fabric-loom' version '1.1-SNAPSHOT'
33
id 'maven-publish'
4-
id 'org.jetbrains.kotlin.jvm'
54
}
65

76
version = 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

4240
processResources {
@@ -74,7 +72,7 @@ java {
7472

7573
jar {
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-
}

settings.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)