mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
Update paperweight to 1.1.9 (#6284)
This commit is contained in:
parent
15031fa7d7
commit
474097d19e
2 changed files with 2 additions and 1 deletions
|
@ -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.1.8"
|
id("io.papermc.paperweight.core") version "1.1.9"
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
|
|
@ -3,5 +3,6 @@ version = 1.17.1-R0.1-SNAPSHOT
|
||||||
|
|
||||||
mcVersion = 1.17.1
|
mcVersion = 1.17.1
|
||||||
|
|
||||||
|
org.gradle.caching=true
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
org.gradle.vfs.watch=false
|
org.gradle.vfs.watch=false
|
||||||
|
|
Loading…
Reference in a new issue