Skip to content

Commit

Permalink
Update Gradle to 7.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull authored and Gjum committed Aug 19, 2023
1 parent f90cc05 commit d9a2d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mod/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Update Gradle Wrapper using: ./gradlew wrapper --distribution-type bin --gradle-version <version>
// See Gradle's releases here: https://gradle.org/releases/

plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "0.11.0-SNAPSHOT" apply false
Expand Down
2 changes: 1 addition & 1 deletion mod/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d9a2d2c

Please sign in to comment.