Skip to content

Commit

Permalink
chore(deps): Update build deps and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 6, 2023
1 parent 7711f24 commit 20bfa53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ forgeAutoRenamingTool = "1.0.2"
forgeFlower = "1.5.605.21"
ideaExt = "1.1.7"
immutables = "2.9.3"
indra = "3.1.1"
indra = "3.1.2"
junit = "5.9.3"
mergeTool = "1.1.7"

Expand Down Expand Up @@ -37,7 +37,7 @@ mergeTool = { module = "net.minecraftforge:mergetool", version.ref = "mergeTool"
shadowPlugin = { module = "com.github.jengelman.gradle.plugins:shadow", version = "6.1.0" }

[plugins]
eclipseApt = { id = "com.diffplug.eclipse.apt", version = "3.41.1" }
eclipseApt = { id = "com.diffplug.eclipse.apt", version = "3.42.1" }
gradlePluginPublish = { id = "com.gradle.plugin-publish", version = "1.2.0" }
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExt" }
indra = { id = "net.kyori.indra", version.ref = "indra" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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-7.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 20bfa53

Please sign in to comment.