Skip to content

Commit

Permalink
Add workaround for #8085 (Java 21 and jandex) (#8151)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Dec 15, 2023
1 parent b31a1cb commit f8cace2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions applications/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${version.plugin.compiler}</version>
<configuration>
<!-- Workaround https://github.com/helidon-io/helidon/issues/8085 -->
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f8cace2

Please sign in to comment.