This commit is contained in:
Nassim Jahnke
2021-06-13 11:41:07 +02:00
parent bda639725b
commit 43227a418f
19 changed files with 399 additions and 800 deletions

View File

@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.core") version "1.0.0-SNAPSHOT"
id("io.papermc.paperweight.core") version "1.0.0-LOCAL-SNAPSHOT"
}
val mcVersion = providers.gradleProperty("mcVersion")