Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Jan 27, 2024
1 parent 86e2a61 commit f369c19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import io.izzel.taboolib.gradle.*
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
Expand All @@ -7,10 +8,15 @@ plugins {
}

taboolib {
env {
// 安装模块
install(BUKKIT)
}
version { taboolib = "6.1.0" }
}

repositories {
mavenLocal()
mavenCentral()
}

Expand Down

0 comments on commit f369c19

Please sign in to comment.