Skip to content

Commit

Permalink
chore(deps): Update gradle and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent c14e346 commit 5d6fd35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: "./gradlew build --stacktrace"
- name: "archive test results"
if: "${{ always() }}"
uses: "actions/upload-artifact@v4.3.5"
uses: "actions/upload-artifact@v4.4.0"
with:
name: "${{ runner.os }}-test-results"
path: |
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
[plugins]
configurateTransformations = { id = "ca.stellardrift.configurate-transformations" }
eclipseApt = "com.diffplug.eclipse.apt:4.0.1"
loom = "fabric-loom:1.7.2"
loom = "fabric-loom:1.7.3"
# ModDevGradle settings plugin is putting another version on the classpath, so we can't specify a version :(
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext" }
indra = { id = "net.kyori.indra" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pluginManagement {

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("fabric-loom") version "1.7.2"
id("net.neoforged.moddev.repositories") version "1.0.17"
id("fabric-loom") version "1.7.3"
id("net.neoforged.moddev.repositories") version "1.0.19"
}

rootProject.name = "adventure-platform-mod-parent"
Expand Down

0 comments on commit 5d6fd35

Please sign in to comment.