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
+23-37
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 envs
5
-
envs=()
4
+
local run_num args
5
+
args=()
6
6
run_num=$1
7
7
shift
8
8
@@ -12,45 +12,35 @@ 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 do not detect published build scans for Gradle 5.x causing experiments to fail
0 commit comments