Skip to content

Commit

Permalink
Comment out unreleased plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Jan 14, 2024
1 parent 543da65 commit 7de5562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>${java.version}</release>
<!--
<generatedSourcesDirectory>${project.basedir}/src-gen/main/java</generatedSourcesDirectory>
<generatedTestSourcesDirectory>${project.basedir}/src-gen/test/java</generatedTestSourcesDirectory>
<annotationProcessorPaths>
Expand All @@ -145,6 +146,7 @@
<version>0.1.0-SNAPSHOT</version>
</annotationProcessorPath>
</annotationProcessorPaths>
-->
</configuration>
</plugin>

Expand Down

0 comments on commit 7de5562

Please sign in to comment.