-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
Affected version
<= 3.15.1
Bug description
Using the latest maven-plugin-plugin 3.15.1 with classes from Java 25 fails due to asm being too old:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.15.1:descriptor (default-descriptor) on project myproject.plugin: Execution default-descriptor of goal org.apache.maven.plugins:maven-
plugin-plugin:3.15.1:descriptor failed: Unsupported class file major version 69 -> [Help 1]This probably should be fixed by #948
I guess using the new ClassFile API is not an option due to the supported java version being 8?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working