Skip to content

Commit

Permalink
dependency: Remove Kotlin usage that somehow got in
Browse files Browse the repository at this point in the history
  • Loading branch information
rbasamoyai committed Mar 31, 2024
1 parent 57172c1 commit 9df845c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions forge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id "com.github.johnrengelman.shadow" version "7.1.2"
id 'org.jetbrains.kotlin.jvm'
}

architectury {
Expand Down Expand Up @@ -86,7 +85,6 @@ dependencies {
//modImplementation("curse.maven:free-cam-557076:${freecam_forge_file}") // Freecam
modImplementation("curse.maven:copycats-968398:${copycats_forge_file}")
modImplementation("curse.maven:framedblocks-441647:${framedblocks_forge_file}")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}

processResources {
Expand Down Expand Up @@ -149,7 +147,4 @@ sourceSets.main {
exclude("src/generated/resources/.cache")
}
}
kotlin {
jvmToolchain(17)
}

3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ pluginManagement {
maven { url = "https://maven.quiltmc.org/repository/release" }
gradlePluginPortal()
}
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.22'
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
Expand Down

0 comments on commit 9df845c

Please sign in to comment.