mthmulders commented on pull request #456:
URL: https://github.com/apache/maven/pull/456#issuecomment-804683539


   The offending test has a Groovy script in the POM. It uses the 
[gmavenplus-plugin](https://search.maven.org/artifact/org.codehaus.gmavenplus/gmavenplus-plugin/1.11.0/maven-plugin)
 with an inline dependency on Groovy 3.0.7, which is the latest version of 
Groovy.
   
   According to [the Groovy 
build](https://github.com/apache/groovy/blob/a43f54cb59f19218a9cbc9edb3741dbd4a2e2e77/build.gradle#L137),
 that version of Groovy uses ASM 9.0.
   
   But the [ASM changelog](https://asm.ow2.io/versions.html) says Java 17 
support was only added with ASM 9.1. That version is only included in [Groovy 
4.0.0-alpha-2](https://github.com/apache/groovy/blob/1136910170fd100fb2d792db95ec08b935f29530/versions.properties#L20).
 Do we want to move to 4.0.0-alpha-2 for that? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to