1
0
Fork 0

feat: a little cleanup/updating

This commit is contained in:
ineanto 2024-05-13 22:40:29 +02:00
parent 046f0ed9dc
commit ec74cea9f1
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
5 changed files with 50 additions and 16 deletions

View file

@ -1,7 +1,7 @@
plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.24"
id("com.github.johnrengelman.shadow") version "7.1.2"
id("xyz.jpenilla.run-paper") version "2.2.2"
id("io.papermc.paperweight.userdev") version "1.7.1"
}
group = "xyz.ineanto.dragon"
@ -18,15 +18,15 @@ repositories {
dependencies {
// Spigot
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.20.6-R0.1-SNAPSHOT")
// WorldEdit
compileOnly("com.sk89q.worldedit:worldedit-core:7.3.0-SNAPSHOT")
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.3.0-SNAPSHOT")
// Stdlib
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.24")
// InvUI
implementation("xyz.xenondevs.invui:invui:1.24")
implementation("xyz.xenondevs.invui:invui:1.30")
// Commons IO
implementation("commons-io:commons-io:2.11.0")
}
@ -36,11 +36,7 @@ kotlin {
}
tasks {
runServer {
downloadPlugins {
url("https://ci.enginehub.org/repository/download/bt10/23091:id/worldedit-bukkit-7.2.19-SNAPSHOT-dist.jar?branch=version/7.2.x&guest=1")
}
minecraftVersion("1.20.4")
assemble {
dependsOn(reobfJar)
}
}