Skip to content

Commit e4a7804

Browse files
committed
Build: Ensure spotless checks are run
Turn off automatic running of spotlessApply when running the static analysis checks. JAVA-5033
1 parent a73cb2d commit e4a7804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RELATIVE_DIR_PATH="$(dirname "${BASH_SOURCE[0]:-$0}")"
1212
echo "Compiling java driver"
1313

1414
./gradlew -version
15-
./gradlew -PxmlReports.enabled=true --info -x test -x integrationTest clean check jar testClasses docs
15+
./gradlew -PxmlReports.enabled=true --info -x test -x integrationTest -x spotlessApply clean check jar testClasses docs

0 commit comments

Comments
 (0)