mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 23:29:32 +01:00
Update paperweight to 1.3.3 and shadow to 7.1.1
This commit is contained in:
parent
ae6fec6d13
commit
5cb294299c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
|
id("com.github.johnrengelman.shadow") version "7.1.1" apply false
|
||||||
id("io.papermc.paperweight.core") version "1.3.2"
|
id("io.papermc.paperweight.core") version "1.3.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|
Loading…
Reference in a new issue