cstamas commented on code in PR #11577:
URL: https://github.com/apache/maven/pull/11577#discussion_r2631775692
##########
maven-core/src/test/java/org/apache/maven/plugin/internal/MavenPluginJavaPrerequisiteCheckerTest.java:
##########
@@ -30,7 +30,22 @@ public class MavenPluginJavaPrerequisiteCheckerTest {
public void testMatchesVersion() {
Review Comment:
Clearly the two are not aligned: as if I make field private or just
non-public, I get
```
Cannot set parameter 'requiredVersion'. Ensure that the field
'requiredVersion' is public.
```
So one want this, other want 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]