Update to paperweight 1.3.0

This commit is contained in:
Kyle Wood 2021-11-30 19:10:15 -06:00
parent 0152c9c41c
commit effa3bad36
No known key found for this signature in database
GPG Key ID: 86AF5613ACA30CC5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
id("io.papermc.paperweight.core") version "1.3.0-SNAPSHOT"
id("io.papermc.paperweight.core") version "1.3.0"
}
allprojects {