Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-15 19:10:09 +01:00
Update to paperweight 1.0.0, with automatic library imports
Dieser Commit ist enthalten in:
Ursprung
f267238e0e
Commit
bbb8816211
@ -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 {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren