[BUG] Record requires ASM8
TidensBarn opened this issue · 2 comments
TidensBarn commented
Working with Java 17, Maven 3.8.4 and using Records in my code. Depclean doesn't seem to like that:
[ERROR] Execution default of goal se.kth.castor:depclean-maven-plugin:2.0.2:depclean failed: Record requires ASM8
cesarsotovalero commented
Hi @TidensBarn,
Thanks for reporting this issue.
It should have been fixed with bb207e3
Please let me know if it works now on your side.
TidensBarn commented
Nice! I tried it and the the build does work now.
Thank you!