Skip to content

Commit

Permalink
fix: release process of bootstrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
  • Loading branch information
csviri committed Jan 31, 2025
1 parent ddd5c22 commit 5860ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void copiesFilesToTarget() {
private void assertProjectCompiles() {
try {
var process = Runtime.getRuntime()
.exec("mvn clean install -f target/test-project/pom.xml -DskipTests");
.exec("mvn clean install -f target/test-project/pom.xml -DskipTests -Dspotless.apply.skip");

BufferedReader stdOut = new BufferedReader(new InputStreamReader(process.getInputStream()));

Expand Down

0 comments on commit 5860ee1

Please sign in to comment.