Skip to content

Commit

Permalink
Merge pull request #16 from Cryptite/master
Browse files Browse the repository at this point in the history
Update to 1.21.3
  • Loading branch information
electronicboy authored Nov 20, 2024
2 parents 32fbd4d + 871e60a commit 1609e4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import xyz.jpenilla.resourcefactory.bukkit.BukkitPluginYaml

plugins {
`java-library`
id("io.papermc.paperweight.userdev") version "1.7.3"
id("io.papermc.paperweight.userdev") version "1.7.4"
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
}
Expand Down Expand Up @@ -30,7 +30,7 @@ tasks.assemble {
*/

dependencies {
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.3-R0.1-SNAPSHOT")
// paperweight.foliaDevBundle("1.21.1-R0.1-SNAPSHOT")
// paperweight.devBundle("com.example.paperfork", "1.21.1-R0.1-SNAPSHOT")
}
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 1609e4b

Please sign in to comment.