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 f267238e0e
commit bbb8816211
No known key found for this signature in database
GPG Key ID: 86AF5613ACA30CC5
2 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,7 @@
authlib com/mojang/authlib/yggdrasil/YggdrasilGameProfileRepository.java # You can use this file to import files from minecraft libraries into the project
datafixerupper com/mojang/datafixers/DataFixerBuilder.java # format:
datafixerupper com/mojang/datafixers/util/Either.java # <artifactId> <fileName>
datafixerupper com/mojang/serialization/codecs/KeyDispatchCodec.java # both fully qualified and a file based syntax are accepted for <fileName>:
datafixerupper com/mojang/serialization/Dynamic.java # authlib com/mojang/authlib/yggdrasil/YggdrasilGameProfileRepository.java
# datafixerupper com.mojang.datafixers.DataFixerBuilder
# datafixerupper com/mojang/datafixers/util/Either.java

View File

@ -1,7 +1,7 @@
plugins { plugins {
java java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false 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 { subprojects {