We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711ead5 commit 3d590a4Copy full SHA for 3d590a4
components/scripts/lib/gradle.sh
@@ -32,6 +32,7 @@ invoke_gradle() {
32
-Dcom.gradle.enterprise.build-validation.runNum="${run_num}"
33
-Dcom.gradle.enterprise.build-validation.scriptsVersion="${SCRIPT_VERSION}"
34
-Dscan.capture-task-input-files=true
35
+ -Dpts.enabled=false
36
)
37
38
# https://stackoverflow.com/a/31485948
components/scripts/lib/maven.sh
@@ -58,6 +58,7 @@ invoke_maven() {
58
59
60
-Dgradle.scan.captureGoalInputFiles=true
61
62
63
64
0 commit comments