Update paperweight to 1.1.9 (#6284)
This commit is contained in:
parent
0e230a1bee
commit
321dd1d655
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
java
|
||||
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 {
|
||||
|
|
|
@ -3,5 +3,6 @@ version = 1.17.1-R0.1-SNAPSHOT
|
|||
|
||||
mcVersion = 1.17.1
|
||||
|
||||
org.gradle.caching=true
|
||||
org.gradle.parallel=true
|
||||
org.gradle.vfs.watch=false
|
||||
|
|
Loading…
Reference in a new issue