Skip to content

Commit

Permalink
Fix error building jandex with jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Jan 2, 2024
1 parent 5edef68 commit e1419fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@
https://quarkus.io/guides/getting-started#working-with-multi-module-project-or-external-modules
-->
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.2.3</version>
<version>3.1.2</version>
<executions>
<execution>
<id>make-index</id>
Expand Down

0 comments on commit e1419fe

Please sign in to comment.