Skip to content

Commit

Permalink
Merge pull request #372 from XiaoJie-150/v2
Browse files Browse the repository at this point in the history
Update build.gradle.kts
  • Loading branch information
ItsFlicker authored Mar 23, 2024
2 parents d5b45a4 + e8c81e1 commit 3acacfd
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 @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

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

Expand Down Expand Up @@ -63,4 +63,4 @@ subprojects {

gradle.buildFinished {
buildDir.deleteRecursively()
}
}

0 comments on commit 3acacfd

Please sign in to comment.