Skip to content

Commit 2c8dcba

Browse files
chore(deps): Update build deps and github actions (#501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8bb641 commit 2c8dcba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
ORG_GRADLE_PROJECT_spongeKeyStorePassword: "${{ secrets.CONFIGURATE_JARSIGNING_PASSWORD }}"
8080
- name: Publish to GH pages
8181
if: "${{ runner.os == 'Linux' && ((env.STATUS == 'release' && github.event_name == 'release') || (env.STATUS != 'release' && github.event_name != 'release' && (steps.setup.outputs.publishing_branch != ''))) }}"
82-
uses: JamesIves/[email protected].0
82+
uses: JamesIves/[email protected].3
8383
with:
8484
branch: gh-pages
8585
force: false
@@ -95,7 +95,7 @@ jobs:
9595
installation_retrieval_payload: "SpongePowered/APIJavadocs"
9696
- name: Publish Javadoc to Sponge index
9797
if: "${{ runner.os == 'Linux' && ((env.STATUS == 'release' && github.event_name == 'release') || (env.STATUS != 'release' && github.event_name != 'release' && (steps.setup.outputs.publishing_branch != ''))) }}"
98-
uses: JamesIves/[email protected].0
98+
uses: JamesIves/[email protected].3
9999
with:
100100
folder: build/publish-jd
101101
repository-name: SpongePowered/APIJavadocs

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
7373
zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
7474

7575
[plugins]
76-
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.6"
76+
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.7.1"
7777
detekt = "io.gitlab.arturbosch.detekt:1.23.6"
7878
dokka = "org.jetbrains.dokka:1.9.20"
7979
gitPublish = "org.ajoberstar.git-publish:3.0.1"
8080
gitpatcher = { id = "ca.stellardrift.gitpatcher", version = "1.1.0" }
8181
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
8282
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
83-
kotlin = "org.jetbrains.kotlin.jvm:1.9.23"
83+
kotlin = "org.jetbrains.kotlin.jvm:1.9.25"
8484
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
8585
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)