Skip to content

Commit

Permalink
Merge pull request #21 from ucsb-cs156-f24/pc-suppressAnnotationProce…
Browse files Browse the repository at this point in the history
…ssingWarning

pc - explicitly enable annotation processing
  • Loading branch information
pconrad authored Oct 22, 2024
2 parents 2272aeb + d9d3abc commit 24c8097
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,15 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgument>-proc:full</compilerArgument>
</configuration>
</plugin>

<!-- This fixes a problem as explained in this SO article:
https://stackoverflow.com/a/61936537/13960329
-->
Expand Down

0 comments on commit 24c8097

Please sign in to comment.