We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb39ce commit 6152a33Copy full SHA for 6152a33
build.gradle.kts
@@ -2,7 +2,7 @@ import xyz.jpenilla.resourcefactory.bukkit.BukkitPluginYaml
2
3
plugins {
4
`java-library`
5
- id("io.papermc.paperweight.userdev") version "2.0.0-beta.13"
+ id("io.papermc.paperweight.userdev") version "2.0.0-beta.14"
6
id("xyz.jpenilla.run-paper") version "2.3.1" // Adds runServer and runMojangMappedServer tasks for testing
7
id("xyz.jpenilla.resource-factory-bukkit-convention") version "1.2.0" // Generates plugin.yml based on the Gradle config
8
}
0 commit comments