diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be42d34..f2eff87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Build with Gradle run: ./gradlew build - name: Upload a Build Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: # Artifact name name: PistonMOTD diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index dc8d4c0..9f563c6 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } dependencies { - implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta4") + implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-SNAPSHOT") implementation("xyz.wagyourtail.jvmdowngrader:xyz.wagyourtail.jvmdowngrader.gradle.plugin:1.2.1") } diff --git a/buildSrc/src/main/kotlin/pm.kyori-conventions.gradle.kts b/buildSrc/src/main/kotlin/pm.kyori-conventions.gradle.kts index 93492e2..d4eed6f 100644 --- a/buildSrc/src/main/kotlin/pm.kyori-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/pm.kyori-conventions.gradle.kts @@ -5,10 +5,10 @@ plugins { } dependencies { - implementation("net.kyori:adventure-api:4.17.0") - implementation("net.kyori:adventure-text-serializer-legacy:4.17.0") - implementation("net.kyori:adventure-text-serializer-gson:4.17.0") - implementation("net.kyori:adventure-text-minimessage:4.17.0") + implementation("net.kyori:adventure-api:4.18.0") + implementation("net.kyori:adventure-text-serializer-legacy:4.18.0") + implementation("net.kyori:adventure-text-serializer-gson:4.18.0") + implementation("net.kyori:adventure-text-minimessage:4.18.0") } tasks.named("shadowJar").get().apply { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c8..cea7a79 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME