chore: ビルド設定の変更
This commit is contained in:
parent
6c2f860df6
commit
29dc1f10dd
|
|
@ -1,4 +1,4 @@
|
|||
import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
|
||||
import net.minecrell.pluginyml.paper.PaperPluginDescription
|
||||
|
||||
group = "net.hareworks"
|
||||
version = "1.1"
|
||||
|
|
@ -17,11 +17,15 @@ val exposedVersion = "1.0.0-rc-3"
|
|||
|
||||
dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib")
|
||||
}
|
||||
tasks {
|
||||
shadowJar {
|
||||
withType<Jar> {
|
||||
archiveBaseName.set("Permits-Lib")
|
||||
archiveClassifier.set("")
|
||||
}
|
||||
shadowJar {
|
||||
minimize()
|
||||
archiveClassifier.set("min")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -31,8 +35,7 @@ paper {
|
|||
description = "Permission Library"
|
||||
version = getVersion().toString()
|
||||
apiVersion = "1.21.10"
|
||||
authors =
|
||||
listOf(
|
||||
"Hare-K02"
|
||||
)
|
||||
authors = listOf(
|
||||
"Hare-K02"
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user