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 @@ -17,12 +17,12 @@ jobs:
1717 - name : Checkout
1818 uses : actions/checkout@v4
1919 - name : Set up JDK 17
20- uses : actions/setup-java@v3
20+ uses : actions/setup-java@v4
2121 with :
2222 java-version : ' 17'
2323 distribution : ' temurin'
2424 - name : Cache Gradle
25- 25+ 2626 with :
2727 path : ~/.gradle/caches
2828 key : >-
@@ -32,11 +32,11 @@ jobs:
3232 - name : Make gradlew executable
3333 run : chmod +x gradlew
3434 - name : Build with Gradle
35- uses : gradle/gradle-build-action@9bca466e2722baf9e77b4f929bbe0af18848791f
35+ uses : gradle/gradle-build-action@11693a116929fecdfa454db8361883532c7723d2
3636 with :
3737 arguments : shadowAll
3838 - name : Upload a ChatFormatter Artifact
39- uses : actions/upload-artifact@v3.1.3
39+ uses : actions/upload-artifact@v4.0.0
4040 with :
4141 name : ' Successfully build ChatFormatter'
4242 path : build/libs/ChatFormatter v*.jar
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88}
99
1010dependencies {
11- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 " )
11+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22 " )
1212 implementation(" com.github.johnrengelman:shadow:8.1.1" )
1313 implementation(" net.minecrell:plugin-yml:0.6.0" )
1414}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
1010 testImplementation(" org.spigotmc:spigot-api:$spigotApiVersion " )
1111
1212 // Kyori Adventure & MiniMessage
13- val adventureVersion = " 4.3.1 "
14- val miniMessageVersion = " 4.14 .0"
13+ val adventureVersion = " 4.3.2 "
14+ val miniMessageVersion = " 4.15 .0"
1515 implementation(" net.kyori:adventure-platform-bukkit:$adventureVersion " )
1616 implementation(" net.kyori:adventure-text-minimessage:$miniMessageVersion " )
1717 testImplementation(" net.kyori:adventure-platform-bukkit:$adventureVersion " )
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.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments