slachiewicz opened a new pull request, #341:
URL: https://github.com/apache/maven-clean-plugin/pull/341
Ports the 14 BeanShell IT scripts under `src/it` to Groovy, keeping the same
checks. 9 were already valid Groovy; the rest needed `String[] x = { … }`
initialisers as list literals and `File.separatorChar == '/'` compared `as
char` because a Groovy `'/'` is a String (read-only/setup). The 12 scripts
shared with the 3.x line are byte-identical there and get the same port. 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 9 ITs>` with Maven
4.0.0-SNAPSHOT → Passed: 9, 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]