slachiewicz opened a new pull request, #332:
URL: https://github.com/apache/maven-source-plugin/pull/332
Ports the 14 BeanShell IT scripts under `src/it` to Groovy, keeping the same
checks. Four were already valid Groovy; ten had `String[] x = { … }`
initialisers (now list literals) and `jar-includes-excludes` redeclared four
typed locals in one scope, which Groovy rejects (the second occurrences are
plain assignments now). The rename is a separate commit so the port reads as a
diff. Part of apache/maven#13207.
Verified: `mvn verify -Prun-its -Dinvoker.test=<all 14 ITs>` with Maven
4.0.0-rc-6 → Passed: 14, Failed: 0.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]