Skip to content

Commit 4be8976

Browse files
authored
gradle project build reverted to 7.6.6 (#954)
1 parent 6dae3f3 commit 4be8976

File tree

5 files changed

+32
-38
lines changed

5 files changed

+32
-38
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
signing
88
jacoco
99
idea
10-
id("pl.allegro.tech.build.axion-release") version "1.20.0"
10+
id("pl.allegro.tech.build.axion-release") version "1.19.1"
1111
id("com.gradle.plugin-publish") version "1.3.1"
1212
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
1313
id("com.coditory.integration-test") version "1.5.1"

gradle/wrapper/gradle-wrapper.jar

15.8 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-rc-1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-bin.zip
44
networkTimeout=10000
5-
validateDistributionUrl=true
65
zipStoreBase=GRADLE_USER_HOME
76
zipStorePath=wrapper/dists

gradlew

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015 the original authors.
4+
# Copyright © 2015-2021 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -15,8 +15,6 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18-
# SPDX-License-Identifier: Apache-2.0
19-
#
2018

2119
##############################################################################
2220
#
@@ -57,7 +55,7 @@
5755
# Darwin, MinGW, and NonStop.
5856
#
5957
# (3) This script is generated from the Groovy template
60-
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58+
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
6159
# within the Gradle project.
6260
#
6361
# You can find Gradle at https://github.com/gradle/gradle/.
@@ -85,8 +83,10 @@ done
8583
# This is normally unused
8684
# shellcheck disable=SC2034
8785
APP_BASE_NAME=${0##*/}
88-
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
86+
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
87+
88+
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
89+
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
9090

9191
# Use the maximum available, or set MAX_FD != -1 to use that value.
9292
MAX_FD=maximum
@@ -114,6 +114,7 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117+
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117118

118119

119120
# Determine the Java command to use to start the JVM.
@@ -132,29 +133,26 @@ location of your Java installation."
132133
fi
133134
else
134135
JAVACMD=java
135-
if ! command -v java >/dev/null 2>&1
136-
then
137-
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
136+
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
138137
139138
Please set the JAVA_HOME variable in your environment to match the
140139
location of your Java installation."
141-
fi
142140
fi
143141

144142
# Increase the maximum file descriptors if we can.
145143
if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
146144
case $MAX_FD in #(
147145
max*)
148146
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
149-
# shellcheck disable=SC2039,SC3045
147+
# shellcheck disable=SC3045
150148
MAX_FD=$( ulimit -H -n ) ||
151149
warn "Could not query maximum file descriptor limit"
152150
esac
153151
case $MAX_FD in #(
154152
'' | soft) :;; #(
155153
*)
156154
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
157-
# shellcheck disable=SC2039,SC3045
155+
# shellcheck disable=SC3045
158156
ulimit -n "$MAX_FD" ||
159157
warn "Could not set maximum file descriptor limit to $MAX_FD"
160158
esac
@@ -171,6 +169,7 @@ fi
171169
# For Cygwin or MSYS, switch paths to Windows format before running java
172170
if "$cygwin" || "$msys" ; then
173171
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
172+
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
174173

175174
JAVACMD=$( cygpath --unix "$JAVACMD" )
176175

@@ -198,19 +197,16 @@ if "$cygwin" || "$msys" ; then
198197
done
199198
fi
200199

201-
202-
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
203-
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
204-
205-
# Collect all arguments for the java command:
206-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
207-
# and any embedded shellness will be escaped.
208-
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
209-
# treated as '${Hostname}' itself on the command line.
200+
# Collect all arguments for the java command;
201+
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
202+
# shell script including quotes and variable substitutions, so put them in
203+
# double quotes to make sure that they get re-expanded; and
204+
# * put everything else in single quotes, so that it's not re-expanded.
210205

211206
set -- \
212207
"-Dorg.gradle.appname=$APP_BASE_NAME" \
213-
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
208+
-classpath "$CLASSPATH" \
209+
org.gradle.wrapper.GradleWrapperMain \
214210
"$@"
215211

216212
# Stop when "xargs" is not available.

gradlew.bat

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
@rem See the License for the specific language governing permissions and
1414
@rem limitations under the License.
1515
@rem
16-
@rem SPDX-License-Identifier: Apache-2.0
17-
@rem
1816

1917
@if "%DEBUG%"=="" @echo off
2018
@rem ##########################################################################
@@ -45,11 +43,11 @@ set JAVA_EXE=java.exe
4543
%JAVA_EXE% -version >NUL 2>&1
4644
if %ERRORLEVEL% equ 0 goto execute
4745

48-
echo. 1>&2
49-
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
50-
echo. 1>&2
51-
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
52-
echo location of your Java installation. 1>&2
46+
echo.
47+
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48+
echo.
49+
echo Please set the JAVA_HOME variable in your environment to match the
50+
echo location of your Java installation.
5351

5452
goto fail
5553

@@ -59,21 +57,22 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5957

6058
if exist "%JAVA_EXE%" goto execute
6159

62-
echo. 1>&2
63-
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
64-
echo. 1>&2
65-
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
66-
echo location of your Java installation. 1>&2
60+
echo.
61+
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62+
echo.
63+
echo Please set the JAVA_HOME variable in your environment to match the
64+
echo location of your Java installation.
6765

6866
goto fail
6967

7068
:execute
7169
@rem Setup the command line
7270

71+
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
7372

7473

7574
@rem Execute Gradle
76-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
75+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
7776

7877
:end
7978
@rem End local scope for the variables with windows NT shell

0 commit comments

Comments
 (0)