Skip to content

Commit

Permalink
1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jun 15, 2024
1 parent f11953f commit 3f2a19d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ tasks.assemble {
*/

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

tasks {
Expand Down Expand Up @@ -61,5 +61,5 @@ bukkitPluginYaml {
main = "io.papermc.paperweight.testplugin.TestPlugin"
load = BukkitPluginYaml.PluginLoadOrder.STARTUP
authors.add("Author")
apiVersion = "1.20.5"
apiVersion = "1.21"
}

0 comments on commit 3f2a19d

Please sign in to comment.