Add Gradle modules to reactor build

This commit is contained in:
Fabian Krüger
2024-01-29 21:56:16 +01:00
committed by GitHub
parent d349af16d7
commit 9457697387
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
<module>spring-rewrite-commons-docs</module>
<module>spring-rewrite-commons-examples</module>
<module>spring-rewrite-commons-starters</module>
<!-- <module>spring-rewrite-commons-gradle</module>-->
<module>spring-rewrite-commons-gradle</module>
</modules>
<organization>

View File

@@ -7,6 +7,7 @@
<groupId>org.springframework.rewrite</groupId>
<artifactId>spring-rewrite-commons</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spring-rewrite-commons-gradle</artifactId>