File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 java : [ 21 ]
1515 fail-fast : true
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : JDK ${{ matrix.java }}
19- uses : actions/setup-java@v4
19+ uses : actions/setup-java@v5
2020 with :
2121 java-version : ${{ matrix.java }}
2222 distribution : ' temurin'
2323 - name : Setup Gradle
24- uses : gradle/actions/setup-gradle@v4
24+ uses : gradle/actions/setup-gradle@v5
2525 - name : Build
2626 run : ./gradlew build
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import xyz.jpenilla.resourcefactory.bukkit.BukkitPluginYaml
33plugins {
44 `java- library`
55 id(" io.papermc.paperweight.userdev" ) version " 2.0.0-beta.19"
6- id(" xyz.jpenilla.run-paper" ) version " 3.0.0 " // Adds runServer and runMojangMappedServer tasks for testing
6+ id(" xyz.jpenilla.run-paper" ) version " 3.0.2 " // Adds runServer and runMojangMappedServer tasks for testing
77 id(" xyz.jpenilla.resource-factory-bukkit-convention" ) version " 1.3.0" // Generates plugin.yml based on the Gradle config
88}
99
@@ -26,9 +26,9 @@ tasks.assemble {
2626 */
2727
2828dependencies {
29- paperweight.paperDevBundle(" 1.21.8 -R0.1-SNAPSHOT" )
30- // paperweight.foliaDevBundle("1.21.8 -R0.1-SNAPSHOT")
31- // paperweight.devBundle("com.example.paperfork", "1.21.8 -R0.1-SNAPSHOT")
29+ paperweight.paperDevBundle(" 1.21.10 -R0.1-SNAPSHOT" )
30+ // paperweight.foliaDevBundle("1.21.10 -R0.1-SNAPSHOT")
31+ // paperweight.devBundle("com.example.paperfork", "1.21.10 -R0.1-SNAPSHOT")
3232}
3333
3434tasks {
@@ -57,5 +57,5 @@ bukkitPluginYaml {
5757 main = " io.papermc.paperweight.testplugin.TestPlugin"
5858 load = BukkitPluginYaml .PluginLoadOrder .STARTUP
5959 authors.add(" Author" )
60- apiVersion = " 1.21.8 "
60+ apiVersion = " 1.21.10 "
6161}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments