Files
concrete/samples/simple/build.gradle.kts
Alex Endfinger 64028dd1de Support for base projects which do not contain the Bukkit API.
Also fixes a bug where root and plugin couldn't exist in the same project.
2022-07-13 03:40:33 -04:00

11 lines
212 B
Plaintext

plugins {
id("lgbt.mystic.foundation.concrete-root")
}
concrete {
minecraftServerPath.set("server")
paperVersionGroup.set("1.19")
paperApiVersion.set("1.19-R0.1-SNAPSHOT")
acceptServerEula.set(true)
}