Skip to content

Commit 970b7f0

Browse files
committed
Disable Gradle Enterprise scanning for clean run.
See #3240
1 parent bac05b7 commit 970b7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ MAVEN_OPTS="-Duser.name=${JENKINS_USER} -Duser.home=/tmp/jenkins-home" \
1818
-P${PROFILE} clean dependency:list test -Dsort -U -B -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa
1919

2020
MAVEN_OPTS="-Duser.name=${JENKINS_USER} -Duser.home=/tmp/jenkins-home" \
21-
./mvnw -s settings.xml clean -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa
21+
./mvnw -s settings.xml clean -Dscan=false -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa
2222

2323
chown -R 1001:1001 /tmp/jenkins-home/.m2/.gradle-enterprise

0 commit comments

Comments
 (0)