This repository was archived by the owner on Oct 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
fail-fast : true
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3.3 .0
14
+ uses : actions/checkout@v3.5 .0
15
15
- name : Set up JDK ${{ matrix.java }}
16
- uses : actions/setup-java@v3.9 .0
16
+ uses : actions/setup-java@v3.11 .0
17
17
with :
18
18
distribution : adopt
19
19
java-version : ${{ matrix.java }}
20
20
- name : Cache Gradle
21
- uses : actions/cache@v3.2.4
21
+ uses : actions/cache@v3.3.1
22
22
with :
23
23
path : ~/.gradle
24
24
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2
2
3
3
plugins {
4
4
id(" 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 .1.1 "
6
+ id(" net.minecrell.plugin-yml.bukkit" ) version " 0.5.3 "
7
7
id(" xyz.jpenilla.run-paper" ) version " 2.0.1"
8
8
}
9
9
@@ -26,17 +26,17 @@ dependencies {
26
26
compileOnly(" org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT" )
27
27
28
28
// Kyori Adventure
29
- implementation(" net.kyori:adventure-platform-bukkit:4.2 .0" )
30
- implementation(" net.kyori:adventure-text-minimessage:4.12 .0" )
29
+ implementation(" net.kyori:adventure-platform-bukkit:4.3 .0" )
30
+ implementation(" net.kyori:adventure-text-minimessage:4.13 .0" )
31
31
32
32
// LiteCommands
33
- implementation(" dev.rollczi.litecommands:bukkit:2.8.4 " )
33
+ implementation(" dev.rollczi.litecommands:bukkit:2.8.6 " )
34
34
35
35
// CDN
36
36
implementation(" net.dzikoysk:cdn:1.14.4" )
37
37
38
38
// bStats
39
- implementation(" org.bstats:bstats-bukkit:3.0.0 " )
39
+ implementation(" org.bstats:bstats-bukkit:3.0.2 " )
40
40
41
41
// gitcheck
42
42
implementation(" com.eternalcode:gitcheck:1.0.0" )
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-7.6 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -144,15 +144,15 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
144
144
case $MAX_FD in # (
145
145
max* )
146
146
# 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
148
148
MAX_FD=$( ulimit -H -n ) ||
149
149
warn " Could not query maximum file descriptor limit"
150
150
esac
151
151
case $MAX_FD in # (
152
152
' ' | soft) : ;; # (
153
153
* )
154
154
# 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
156
156
ulimit -n " $MAX_FD " ||
157
157
warn " Could not set maximum file descriptor limit to $MAX_FD "
158
158
esac
You can’t perform that action at this time.
0 commit comments