2024-09-11 11:56:39 +02:00
|
|
|
plugins {
|
|
|
|
id("java")
|
|
|
|
id("io.papermc.paperweight.userdev") version "1.7.2"
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
paperweight.paperDevBundle("1.20-R0.1-SNAPSHOT")
|
2024-09-22 16:39:13 +02:00
|
|
|
compileOnly(project(":mappings"))
|
2024-09-11 11:56:39 +02:00
|
|
|
}
|