You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/scripts/lib/gradle.sh
+37-23
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
#!/usr/bin/env bash
2
2
3
3
invoke_gradle() {
4
-
local run_num args
5
-
args=()
4
+
local run_num envs
5
+
envs=()
6
6
run_num=$1
7
7
shift
8
8
@@ -12,35 +12,45 @@ invoke_gradle() {
12
12
cd"${project_dir}"> /dev/null 2>&1|| die "ERROR: Subdirectory ${project_dir} (set with --project-dir) does not exist in ${project_name}""${INVALID_INPUT}"
> The distributions of the Develocity Build Validation Scripts prefixed with `gradle-enterprise` are deprecated and will be removed in a future release. Migrate to the distributions prefixed with `develocity` instead.
3
3
4
-
-[NEW] TBD
4
+
-[FIX] Scripts fail for Gradle 7.0.2 and older under certain conditions
0 commit comments