feat: 1.20 update
This commit is contained in:
parent
47b9690261
commit
f795dcd68f
15 changed files with 104 additions and 79 deletions
|
@ -1,7 +1,7 @@
|
|||
import io.github.patrick.gradle.remapper.RemapTask
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.8.10"
|
||||
kotlin("jvm") version "1.8.21"
|
||||
id("com.github.johnrengelman.shadow") version "7.1.2"
|
||||
id("io.github.patrick.remapper") version "1.4.0"
|
||||
}
|
||||
|
@ -16,28 +16,29 @@ repositories {
|
|||
maven("https://oss.sonatype.org/content/repositories/central")
|
||||
maven("https://maven.enginehub.org/repo")
|
||||
maven("https://repo.xenondevs.xyz/releases")
|
||||
maven("https://haoshoku.xyz:1234/repository/public/")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Stdlib
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.10")
|
||||
// InvUI
|
||||
implementation("de.studiocode.invui:InvUI:0.10.2")
|
||||
// NickAPI
|
||||
compileOnly("xyz.haoshoku.nick:nickapi:6.3.3-SNAPSHOT")
|
||||
implementation("xyz.xenondevs.invui:invui:1.11")
|
||||
// Commons IO
|
||||
implementation("commons-io:commons-io:2.11.0")
|
||||
// Spigot
|
||||
compileOnly("org.spigotmc:spigot:1.19.3-R0.1-SNAPSHOT:remapped-mojang")
|
||||
compileOnly("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT")
|
||||
// WorldEdit
|
||||
compileOnly("com.sk89q.worldedit:worldedit-core:7.2.0-SNAPSHOT")
|
||||
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT")
|
||||
compileOnly("com.sk89q.worldedit:worldedit-core:7.3.0-SNAPSHOT")
|
||||
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.3.0-SNAPSHOT")
|
||||
}
|
||||
|
||||
kotlin { jvmToolchain(17) }
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
}
|
||||
|
||||
tasks {
|
||||
remap {
|
||||
version.set("1.19.3")
|
||||
version.set("1.20.1")
|
||||
action.set(RemapTask.Action.MOJANG_TO_SPIGOT)
|
||||
inputTask.set(shadowJar)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue