Updates for paperweight 1.0.3

This commit is contained in:
Kyle Wood
2021-06-16 01:28:10 -05:00
parent 192618885a
commit b683ff522e
5 changed files with 24 additions and 23 deletions

View File

@ -1,12 +1,12 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.patcher") version "1.0.0-SNAPSHOT"
id("io.papermc.paperweight.patcher") version "1.0.3"
}
repositories {
mavenCentral()
maven("https://wav.jfrog.io/artifactory/repo/") {
maven("https://papermc.io/repo/repository/maven-public/") {
content {
onlyForConfigurations("paperclip")
}