Skip to content

Commit

Permalink
build(deps): upgrade gradle wrapper to v8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axieum committed Jul 30, 2023
1 parent 70574c4 commit b82ae38
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
5 changes: 4 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ pluginManagement {
}

rootProject.name = 'minecord'
include 'minecord-api', 'minecord-chat', 'minecord-cmds', 'minecord-presence'
include 'minecord-api'
include 'minecord-chat'
include 'minecord-cmds'
include 'minecord-presence'

0 comments on commit b82ae38

Please sign in to comment.