mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 23:29:32 +01:00
Update to paperweight 1.0.0, with automatic library imports
This commit is contained in:
parent
f267238e0e
commit
bbb8816211
2 changed files with 8 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue