File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -841,7 +841,7 @@ tasks.named('dependencyUpdates').configure {
841
841
}
842
842
843
843
wrapper {
844
- gradleVersion = ' 8.2 .1'
844
+ gradleVersion = ' 8.1 .1'
845
845
distributionType = ' ALL'
846
846
}
847
847
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 .1-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 .1-all.zip
4
4
networkTimeout =10000
5
- validateDistributionUrl =true
6
5
zipStoreBase =GRADLE_USER_HOME
7
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -130,13 +130,10 @@ location of your Java installation."
130
130
fi
131
131
else
132
132
JAVACMD=java
133
- if ! command -v java > /dev/null 2>&1
134
- then
135
- die " ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
133
+ which java > /dev/null 2>&1 || die " ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
136
134
137
135
Please set the JAVA_HOME variable in your environment to match the
138
136
location of your Java installation."
139
- fi
140
137
fi
141
138
142
139
# Increase the maximum file descriptors if we can.
You can’t perform that action at this time.
0 commit comments