slachiewicz opened a new pull request, #340:
URL: https://github.com/apache/maven-clean-plugin/pull/340

   Ports the 16 BeanShell IT scripts under `src/it` to Groovy, keeping the same 
checks. 9 were already valid Groovy; the rest needed `String[] x = { … }` (and 
one `String[][]`) initialisers as list literals, and `File.separatorChar == 
'/'` compared `as char` because a Groovy `'/'` is a String (read-only/setup). 
The rename is a separate commit so the port reads as a diff. Part of 
apache/maven#13207; same port as the master PR.
   
   Verified: `mvn verify -Prun-its -Dinvoker.test=<all 10 ITs>` → Passed: 10, 
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]

Reply via email to