9 lines
No EOL
194 B
Text
9 lines
No EOL
194 B
Text
plugins {
|
|
id("java")
|
|
id("io.papermc.paperweight.userdev") version "1.7.2"
|
|
}
|
|
|
|
dependencies {
|
|
paperweight.paperDevBundle("1.20.2-R0.1-SNAPSHOT")
|
|
compileOnly(project(":mappings"))
|
|
} |