This repository was archived by the owner on Feb 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - name : Make gradlew executable
3434 run : chmod +x gradlew
3535 - name : Build with Gradle
36- uses : gradle/gradle-build-action@bde650d6f1426615a60165575bc9cdad3e54d975
36+ uses : gradle/gradle-build-action@3122f2c659b52a78671a7862f5bc93f72823bb43
3737 with :
3838 arguments : shadowJar
3939 - name : Upload a Build Artifact
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ plugins {
44 `java- library`
55 checkstyle
66
7- id(" net.minecrell.plugin-yml.bukkit" ) version " 0.5.3 "
7+ id(" net.minecrell.plugin-yml.bukkit" ) version " 0.6.0 "
88 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
9- id(" xyz.jpenilla.run-paper" ) version " 2.0.1 "
9+ id(" xyz.jpenilla.run-paper" ) version " 2.1.0 "
1010}
1111
1212group = " com.eternalcode"
1313version = " 1.0.0"
1414
1515checkstyle {
16- toolVersion = " 10.9 .3"
16+ toolVersion = " 10.12 .3"
1717
1818 configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
1919
@@ -37,10 +37,10 @@ dependencies {
3737
3838 // kyori
3939 implementation(" net.kyori:adventure-platform-bukkit:4.3.0" )
40- implementation(" net.kyori:adventure-text-minimessage:4.13 .0" )
40+ implementation(" net.kyori:adventure-text-minimessage:4.14 .0" )
4141
4242 // litecommands
43- implementation(" dev.rollczi.litecommands:bukkit-adventure:2.8.7 " )
43+ implementation(" dev.rollczi.litecommands:bukkit-adventure:2.8.9 " )
4444
4545 // cdn configs
4646 implementation(" net.dzikoysk:cdn:1.14.4" )
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-8.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
44networkTimeout =10000
5+ validateDistributionUrl =true
56zipStoreBase =GRADLE_USER_HOME
67zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments