diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9055989..7e27dd9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -46,7 +46,7 @@ jobs: run: mvn -B -Pfunctional-tests spring-javaformat:validate - name: Build (Windows, no functional tests) if: runner.os == 'Windows' - run: ./mvnw -B clean verify + run: ./mvnw -B clean install - name: Build (Non Windows) if: runner.os != 'Windows' - run: ./mvnw -B -Pfunctional-tests clean verify \ No newline at end of file + run: ./mvnw -B -Pfunctional-tests clean install \ No newline at end of file diff --git a/pom.xml b/pom.xml index e95d30c..f3af8db 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ spring-rewrite-commons-launcher spring-rewrite-commons-docs spring-rewrite-commons-examples - + spring-rewrite-commons-gradle