Bump Gradle Wrapper from 8.1.1 to 8.2 in /.github/workflow-samples/groovy-dsl

This commit is contained in:
bot-githubaction 2023-07-01 02:36:18 +00:00
parent bde650d6f1
commit 3e86196553
No known key found for this signature in database
GPG key ID: 2A0E7C409B09D92A
3 changed files with 7 additions and 3 deletions

View file

@ -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.