Update paperweight to 1.1.9 (#6284)

This commit is contained in:
Jason 2021-07-28 02:00:41 -07:00 committed by GitHub
parent 0e230a1bee
commit 321dd1d655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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 {

View File

@ -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