Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 authored Feb 28, 2024
1 parent a6cd54c commit 0a8a115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
java
id("io.izzel.taboolib") version "2.0.7"
id("io.izzel.taboolib") version "2.0.9"
id("org.jetbrains.kotlin.jvm") version "1.8.22"
}

Expand Down Expand Up @@ -41,4 +41,4 @@ tasks.withType<KotlinCompile> {
configure<JavaPluginConvention> {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
}

0 comments on commit 0a8a115

Please sign in to comment.