Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlin.jvm to v2 (#25)
Browse files Browse the repository at this point in the history
* chore(deps): update plugin org.jetbrains.kotlin.jvm to v2

* build: replacing deprecated options

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: InkoHX <[email protected]>
  • Loading branch information
renovate[bot] and InkoHX authored May 31, 2024
1 parent 8d43ddb commit 0f3dbed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.24"
kotlin("jvm") version "2.0.0"
id("io.papermc.paperweight.userdev") version "1.7.1"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand Down Expand Up @@ -41,6 +39,6 @@ tasks {
}
}

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "17"
kotlin {
jvmToolchain(17)
}

0 comments on commit 0f3dbed

Please sign in to comment.