mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-04 05:31:34 +00:00
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.
This commit is contained in:
11
samples/shared/build.gradle.kts
Normal file
11
samples/shared/build.gradle.kts
Normal file
@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id("lgbt.mystic.foundation.concrete-root")
|
||||
id("lgbt.mystic.foundation.concrete-plugin")
|
||||
}
|
||||
|
||||
concrete {
|
||||
minecraftServerPath.set("server")
|
||||
paperVersionGroup.set("1.19")
|
||||
paperApiVersion.set("1.19-R0.1-SNAPSHOT")
|
||||
acceptServerEula.set(true)
|
||||
}
|
Reference in New Issue
Block a user