Skip to content

Commit bfe5d52

Browse files
chore(deps): Update build deps and github actions
1 parent 033bdf8 commit bfe5d52

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
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/github-pages-deploy-action@v4.7.3
82+
uses: JamesIves/github-pages-deploy-action@v4.8.0
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/github-pages-deploy-action@v4.7.3
98+
uses: JamesIves/github-pages-deploy-action@v4.8.0
9999
with:
100100
folder: build/publish-jd
101101
repository-name: SpongePowered/APIJavadocs

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ junit="5.14.2"
1010
ktlint="0.49.1"
1111
ktfmt="0.61"
1212
pmd = "7.16.0"
13-
spotless = "8.2.0"
13+
spotless = "8.2.1"
1414

1515
[libraries]
1616
# Shared
@@ -76,7 +76,7 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
7676
zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
7777

7878
[plugins]
79-
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.14.2"
79+
aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.14.4"
8080
detekt = "io.gitlab.arturbosch.detekt:1.23.8"
8181
dokka = "org.jetbrains.dokka:1.9.20"
8282
gitPublish = "org.ajoberstar.git-publish:5.1.3"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)