File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 distribution : adopt
2020 java-version : ' ${{ matrix.java }}'
2121 - name : Cache Gradle
22- uses : actions/cache@v3.2.6
22+ uses : actions/cache@v3.3.0
2323 with :
2424 path : ~/.gradle
2525 key : >-
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22
33plugins {
44 `java- library`
5- id(" com.github.johnrengelman.shadow" ) version " 8.0 .0"
5+ id(" com.github.johnrengelman.shadow" ) version " 8.1 .0"
66 id(" net.minecrell.plugin-yml.bukkit" ) version " 0.5.3"
77 id(" xyz.jpenilla.run-paper" ) version " 2.0.1"
88}
@@ -61,8 +61,8 @@ project(":chat-formatter") {
6161 implementation(" net.kyori:adventure-text-minimessage:4.12.0" )
6262
6363 // LiteCommands & CDN
64- implementation(" dev.rollczi.litecommands:bukkit:2.8.4 " )
65- implementation(" net.dzikoysk:cdn:1.14.3 " )
64+ implementation(" dev.rollczi.litecommands:bukkit:2.8.6 " )
65+ implementation(" net.dzikoysk:cdn:1.14.4 " )
6666
6767 // bStats
6868 implementation(" org.bstats:bstats-bukkit:3.0.1" )
@@ -166,7 +166,7 @@ project(":chat-formatter-test") {
166166
167167 testImplementation(" net.kyori:adventure-platform-bukkit:4.2.0" )
168168 testImplementation(" net.kyori:adventure-text-minimessage:4.12.0" )
169- testImplementation(" net.dzikoysk:cdn:1.14.3 " )
169+ testImplementation(" net.dzikoysk:cdn:1.14.4 " )
170170 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.2" )
171171 testImplementation(" org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT" )
172172 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.2" )
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.0.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments