Skip to content

Commit

Permalink
Upgrade ASM in maven-compiler-plugin
Browse files Browse the repository at this point in the history
This is needed to transform module-info.java files
  • Loading branch information
wendigo committed Oct 19, 2024
1 parent ce6869b commit d2880ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,13 @@
<parameters>true</parameters>
<enablePreview>${air.compiler.enable-preview}</enablePreview>
</configuration>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${dep.asm.version}</version>
</dependency>
</dependencies>
</plugin>

<!-- Resource plugins should always use UTF-8 -->
Expand Down

0 comments on commit d2880ec

Please sign in to comment.