Rollback paperweight version to 1.3.9

This commit is contained in:
Dreeam
2022-12-03 06:27:47 -05:00
committed by GitHub
parent 9496dd558d
commit 3389a728af

View File

@@ -4,7 +4,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("io.papermc.paperweight.patcher") version "1.3.12-SNAPSHOT"
id("io.papermc.paperweight.patcher") version "1.3.9"
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
@@ -90,4 +90,4 @@ paperweight {
serverOutputDir.set(layout.projectDirectory.dir("KeYi-Server"))
}
}
}
}