Skip to content

Commit

Permalink
Merge pull request #14 from XiaoJie-150/master
Browse files Browse the repository at this point in the history
更进tb版本
  • Loading branch information
Bkm016 authored Dec 9, 2024
2 parents 428ac3c + c714215 commit 22c0468
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import io.izzel.taboolib.gradle.*

plugins {
`java-library`
`maven-publish`
id("io.izzel.taboolib") version "1.55"
id("org.jetbrains.kotlin.jvm") version "1.5.10"
id("io.izzel.taboolib") version "2.0.20"
id("org.jetbrains.kotlin.jvm") version "1.9.22"
}

taboolib {
Expand All @@ -11,18 +13,15 @@ taboolib {
name("坏黑")
}
}
install("common")
install("common-5")
install("module-ui")
install("module-nms")
install("module-nms-util")
install("module-configuration")
install("module-chat")
install("module-lang")
install("platform-bukkit")
install("expansion-command-helper")
classifier = null
version = "6.0.12-34"
env {
install(
Bukkit,
BukkitUI,
CommandHelper,
BukkitNMSUtil,
)
}
version { taboolib = "6.2.0" }
}

repositories {
Expand Down

0 comments on commit 22c0468

Please sign in to comment.