Open glennwester opened 6 months ago
Related to #52
Updates the ASM version to 8.0 in async/pom.xml to support Java 14 class file major version 58.
async/pom.xml
<asm.version>
7.1
8.0
For more details, open the Copilot Workspace session.
Related to #52
Updates the ASM version to 8.0 in
async/pom.xml
to support Java 14 class file major version 58.<asm.version>
property from7.1
to8.0
to ensure compatibility with Java 14.For more details, open the Copilot Workspace session.