Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit db9d6c3

Browse files
chore(deps): Update gradle and github actions
1 parent b9142a8 commit db9d6c3

7 files changed

Lines changed: 44 additions & 24 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
runs-on: "${{ matrix.os }}"
2424
steps:
2525
- name: "checkout repository"
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- name: "setup jdk ${{ env.RUNTIME_VERSION }}"
28-
uses: actions/setup-java@v3
28+
uses: actions/setup-java@v4
2929
with:
3030
distribution: "temurin"
3131
java-version: "${{ env.RUNTIME_VERSION }}"

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: "ubuntu-latest"
88
steps:
99
- name: "checkout repository"
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: "validate gradle wrapper"
1212
uses: "gradle/wrapper-validation-action@v1"

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
implementation("net.kyori", "indra-common", "2.1.1")
10+
implementation("net.kyori", "indra-common", "3.1.3")
1111
implementation("gradle.plugin.com.github.jengelman.gradle.plugins", "shadow", "7.0.0")
1212
implementation("de.marcphilipp.gradle", "nexus-publish-plugin", "0.4.0")
1313
}

gradle/wrapper/gradle-wrapper.jar

-16 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 28 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)