Update to paperweight 1.0.0, with automatic library imports

This commit is contained in:
Kyle Wood
2021-06-15 00:56:07 -05:00
parent 651ec26387
commit 0f1177ece6
2 changed files with 8 additions and 6 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"
}
subprojects {