This repository was archived by the owner on Oct 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Set up JDK 17
17
- uses : actions/setup-java@v3
17
+ uses : actions/setup-java@v4
18
18
with :
19
19
java-version : ' 17'
20
20
distribution : ' temurin'
32
32
- name : Build with Gradle
33
33
run : ./gradlew clean shadowJar
34
34
- name : Upload a Build Artifact
35
- uses : actions/upload-artifact@v3.1.3
35
+ uses : actions/upload-artifact@v4.0.0
36
36
with :
37
37
name : ' EternalFriends.jar'
38
38
path : build/libs/EternalFriends*
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
28
28
// kyori adventure
29
29
implementation(" net.kyori:adventure-platform-bukkit:4.3.1" )
30
- implementation(" net.kyori:adventure-text-minimessage:4.14 .0" )
30
+ implementation(" net.kyori:adventure-text-minimessage:4.15 .0" )
31
31
32
32
// litecommands
33
33
implementation(" dev.rollczi.litecommands:bukkit-adventure:2.8.9" )
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-8.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments