File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 java-package : jdk
134134 cache : ' maven'
135135 - name : Pre compile
136- run : mvn -Dmaven.plugin.spotless .skip=true -DskipTests --batch-mode --no-transfer-progress install -am
136+ run : mvn -Dspotless.check .skip=true -DskipTests --batch-mode --no-transfer-progress install -am
137137 - uses : uraimo/run-on-arch-action@v3
138138 name : Test
139139 with :
@@ -175,7 +175,7 @@ jobs:
175175 echo "Architecture: `uname -a`"
176176 echo "MAVEN_OPTS: ${MAVEN_OPTS}"
177177 mvn --version
178- cd /work && mvn -Dmaven.plugin.spotless .skip=true -Dmaven.repo.local=/work/.m2/repository --batch-mode --no-transfer-progress test
178+ cd /work && mvn -Dspotless.check .skip=true -Dmaven.repo.local=/work/.m2/repository --batch-mode --no-transfer-progress test
179179
180180 # This will test the build process using an external amalgamation, as well as the
181181 # Java tests with that native library, as some functions will not be available (extensions).
You can’t perform that action at this time.
0 commit comments