Skip to content

Commit

Permalink
Fix automatic module name of the change agent (fixes #30868)
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Feb 7, 2023
1 parent fcf25a0 commit 528a312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/class-change-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<manifestEntries>
<Premain-Class>io.quarkus.changeagent.ClassChangeAgent</Premain-Class>
<Can-Redefine-Classes>true</Can-Redefine-Classes>
<!-- "class" is not accepted in module name. -->
<Automatic-Module-Name>quarkus.klass.change.agent</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 528a312

Please sign in to comment.