Run mvn install via GHA and include Gradle parser projects
This commit is contained in:
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
@@ -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
|
||||
run: ./mvnw -B -Pfunctional-tests clean install
|
||||
2
pom.xml
2
pom.xml
@@ -15,7 +15,7 @@
|
||||
<module>spring-rewrite-commons-launcher</module>
|
||||
<module>spring-rewrite-commons-docs</module>
|
||||
<module>spring-rewrite-commons-examples</module>
|
||||
<!-- <module>spring-rewrite-commons-gradle</module>-->
|
||||
<module>spring-rewrite-commons-gradle</module>
|
||||
</modules>
|
||||
|
||||
<organization>
|
||||
|
||||
Reference in New Issue
Block a user