diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 5712ede2..642a4f6c 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -79,7 +79,7 @@ jobs: ORG_GRADLE_PROJECT_spongeKeyStorePassword: "${{ secrets.CONFIGURATE_JARSIGNING_PASSWORD }}" - name: Publish to GH pages if: "${{ runner.os == 'Linux' && ((env.STATUS == 'release' && github.event_name == 'release') || (env.STATUS != 'release' && github.event_name != 'release' && (steps.setup.outputs.publishing_branch != ''))) }}" - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: branch: gh-pages force: false @@ -95,7 +95,7 @@ jobs: installation_retrieval_payload: "SpongePowered/APIJavadocs" - name: Publish Javadoc to Sponge index if: "${{ runner.os == 'Linux' && ((env.STATUS == 'release' && github.event_name == 'release') || (env.STATUS != 'release' && github.event_name != 'release' && (steps.setup.outputs.publishing_branch != ''))) }}" - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: folder: build/publish-jd repository-name: SpongePowered/APIJavadocs diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cda06969..5840e0c2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -73,13 +73,13 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" } [plugins] -aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.6" +aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.7.1" detekt = "io.gitlab.arturbosch.detekt:1.23.6" dokka = "org.jetbrains.dokka:1.9.20" gitPublish = "org.ajoberstar.git-publish:3.0.1" gitpatcher = { id = "ca.stellardrift.gitpatcher", version = "1.1.0" } indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" } indra-git = { id = "net.kyori.indra.git", version.ref = "indra" } -kotlin = "org.jetbrains.kotlin.jvm:1.9.23" +kotlin = "org.jetbrains.kotlin.jvm:1.9.25" nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } spotless = { id = "com.diffplug.spotless", version.ref = "spotless" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23a..09523c0e 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME