13
0
geforkt von Mirrors/Paper

Update paperweight to 1.3.3 and shadow to 7.1.1

Dieser Commit ist enthalten in:
Jason Penilla 2021-12-21 01:14:41 -08:00
Ursprung eee1f6a0e0
Commit 402b213521

Datei anzeigen

@ -1,8 +1,8 @@
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
id("io.papermc.paperweight.core") version "1.3.2"
id("com.github.johnrengelman.shadow") version "7.1.1" apply false
id("io.papermc.paperweight.core") version "1.3.3"
}
allprojects {