Skip to content

Commit

Permalink
Update Gradle plugins and 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 25, 2024
1 parent 4b4fb79 commit 08c4e64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import xyz.jpenilla.resourcefactory.bukkit.BukkitPluginYaml
plugins {
`java-library`
id("io.papermc.paperweight.userdev") version "1.7.2"
id("xyz.jpenilla.run-paper") version "2.3.0" // Adds runServer and runMojangMappedServer tasks for testing
id("xyz.jpenilla.resource-factory-bukkit-convention") version "1.1.1" // Generates plugin.yml based on the Gradle config
id("xyz.jpenilla.run-paper") version "2.3.1" // Adds runServer and runMojangMappedServer tasks for testing
id("xyz.jpenilla.resource-factory-bukkit-convention") version "1.2.0" // Generates plugin.yml based on the Gradle config
}

group = "io.papermc.paperweight"
Expand All @@ -30,9 +30,9 @@ tasks.assemble {
*/

dependencies {
paperweight.paperDevBundle("1.21-R0.1-SNAPSHOT")
// paperweight.foliaDevBundle("1.21-R0.1-SNAPSHOT")
// paperweight.devBundle("com.example.paperfork", "1.21-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
// paperweight.foliaDevBundle("1.21.1-R0.1-SNAPSHOT")
// paperweight.devBundle("com.example.paperfork", "1.21.1-R0.1-SNAPSHOT")
}

tasks {
Expand Down

0 comments on commit 08c4e64

Please sign in to comment.