File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import xyz.jpenilla.resourcefactory.bukkit.BukkitPluginYaml
2
2
3
3
plugins {
4
4
`java- library`
5
- id(" io.papermc.paperweight.userdev" ) version " 1.7.3 "
5
+ id(" io.papermc.paperweight.userdev" ) version " 1.7.4 "
6
6
id(" xyz.jpenilla.run-paper" ) version " 2.3.1" // Adds runServer and runMojangMappedServer tasks for testing
7
7
id(" xyz.jpenilla.resource-factory-bukkit-convention" ) version " 1.2.0" // Generates plugin.yml based on the Gradle config
8
8
}
@@ -30,7 +30,7 @@ tasks.assemble {
30
30
*/
31
31
32
32
dependencies {
33
- paperweight.paperDevBundle(" 1.21.1 -R0.1-SNAPSHOT" )
33
+ paperweight.paperDevBundle(" 1.21.3 -R0.1-SNAPSHOT" )
34
34
// paperweight.foliaDevBundle("1.21.1-R0.1-SNAPSHOT")
35
35
// paperweight.devBundle("com.example.paperfork", "1.21.1-R0.1-SNAPSHOT")
36
36
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments