mirror of
https://github.com/barkeser2002/MapEngine.git
synced 2026-09-25 01:09:50 +03:00
* Update gradle wrapper to v8.13 * Bump gradle plugins * Mark 1.21.5 as supported * Replace deprecated gradle exec feature * Refactor reobfuscated jar handling
13 lines
213 B
Kotlin
13 lines
213 B
Kotlin
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":platform-common"))
|
|
paperweight.paperDevBundle("1.19.3-R0.1-SNAPSHOT")
|
|
}
|
|
|
|
tasks.assemble {
|
|
dependsOn(tasks.reobfJar)
|
|
}
|