File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
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- 22+ 2323 with :
2424 path : ~/.gradle
2525 key : >-
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22
33plugins {
44 `java- library`
5- id(" com.github.johnrengelman.shadow" ) version " 7.1.2 "
6- id(" net.minecrell.plugin-yml.bukkit" ) version " 0.5.2 "
5+ id(" com.github.johnrengelman.shadow" ) version " 8.0.0 "
6+ id(" net.minecrell.plugin-yml.bukkit" ) version " 0.5.3 "
77 id(" xyz.jpenilla.run-paper" ) version " 2.0.1"
88}
99
@@ -61,11 +61,11 @@ 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.3 " )
64+ implementation(" dev.rollczi.litecommands:bukkit:2.8.4 " )
6565 implementation(" net.dzikoysk:cdn:1.14.3" )
6666
6767 // bStats
68- implementation(" org.bstats:bstats-bukkit:3.0.0 " )
68+ implementation(" org.bstats:bstats-bukkit:3.0.1 " )
6969
7070 // PlaceholderAPI & Vault
7171 compileOnly(" me.clip:placeholderapi:2.11.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-7.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.1 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -144,15 +144,15 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
144144 case $MAX_FD in # (
145145 max* )
146146 # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
147- # shellcheck disable=SC3045
147+ # shellcheck disable=SC3045
148148 MAX_FD=$( ulimit -H -n ) ||
149149 warn " Could not query maximum file descriptor limit"
150150 esac
151151 case $MAX_FD in # (
152152 ' ' | soft) : ;; # (
153153 * )
154154 # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
155- # shellcheck disable=SC3045
155+ # shellcheck disable=SC3045
156156 ulimit -n " $MAX_FD " ||
157157 warn " Could not set maximum file descriptor limit to $MAX_FD "
158158 esac
You can’t perform that action at this time.
0 commit comments