ASSERT-KTH/depclean

[BUG] Record requires ASM8

TidensBarn opened this issue · 2 comments

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

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.

Nice! I tried it and the the build does work now.
Thank you!