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

17 lines
306 B
Groovy

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