@@ -15,23 +15,29 @@ invoke_gradle() {
15
15
args+=(
16
16
--init-script " ${INIT_SCRIPTS_DIR} /develocity-injection.gradle"
17
17
--init-script " ${INIT_SCRIPTS_DIR} /configure-build-validation.gradle"
18
- -Ddevelocity. injection.init-script-name=develocity-injection.gradle
19
- -Ddevelocity.injection- enabled=true
18
+ -Ddevelocity- injection.init-script-name=develocity-injection.gradle
19
+ -Ddevelocity-injection. enabled=true
20
20
)
21
21
22
22
if [ " $enable_develocity " == " on" ]; then
23
23
args+=(
24
- -Dgradle .plugin-repository.url=https://plugins.gradle.org/m2
25
- -Ddevelocity. plugin.version=" 3.14.1"
26
- -Ddevelocity.ccud-plugin.version=" 2.2.1"
24
+ -Ddevelocity-injection .plugin-repository.url=https://plugins.gradle.org/m2
25
+ -Ddevelocity-injection.develocity- plugin.version=" 3.14.1"
26
+ -Ddevelocity-injection .ccud-plugin.version=" 2.2.1"
27
27
)
28
28
fi
29
29
30
30
if [ -n " ${develocity_server} " ]; then
31
31
args+=(
32
- -Ddevelocity.url=" ${develocity_server} "
33
- -Ddevelocity.enforce-url=true
34
- -Ddevelocity.allow-untrusted-server=false
32
+ -Ddevelocity-injection.url=" ${develocity_server} "
33
+ -Ddevelocity-injection.enforce-url=true
34
+ -Ddevelocity-injection.allow-untrusted-server=false
35
+ )
36
+ fi
37
+
38
+ if [[ " ${debug_mode} " == " on" ]]; then
39
+ args+=(
40
+ -Ddevelocity-injection.debug=true
35
41
)
36
42
fi
37
43
@@ -41,8 +47,8 @@ invoke_gradle() {
41
47
-Ddevelocity.build-validation.runId=" ${RUN_ID} "
42
48
-Ddevelocity.build-validation.runNum=" ${run_num} "
43
49
-Ddevelocity.build-validation.scriptsVersion=" ${SCRIPT_VERSION} "
44
- -Ddevelocity.build-scan .upload-in-background=false
45
- -Ddevelocity.capture-file-fingerprints=true
50
+ -Ddevelocity-injection .upload-in-background=false
51
+ -Ddevelocity-injection .capture-file-fingerprints=true
46
52
-Dpts.enabled=false
47
53
)
48
54
0 commit comments