Skip to content

Commit

Permalink
chore: update Minecraft ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky authored Dec 21, 2023
1 parent 5954f81 commit 0507c30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ configurations {
}

dependencies {
implementation 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT'
embed 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
implementation 'org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT'
embed 'org.jetbrains.kotlin:kotlin-stdlib'
}

processResources {
Expand All @@ -43,12 +43,12 @@ processResources {
}
compileKotlin {
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "1.17"
}
}
compileTestKotlin {
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "1.17"
}
}
jar {
Expand Down

0 comments on commit 0507c30

Please sign in to comment.