You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Uniform/example-plugin/build.gradle

16 lines
264 B
Groovy

6 months ago
plugins {
id 'java'
id 'xyz.jpenilla.run-paper' version '2.3.0'
6 months ago
}
dependencies {
implementation(project(":paper"))
compileOnly 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT'
}
6 months ago
tasks {
runServer {
minecraftVersion("1.20.4")
}
}