kwin commented on code in PR #827:
URL: https://github.com/apache/maven/pull/827#discussion_r994821661
##########
maven-plugin-api/src/main/mdo/plugin.mdo:
##########
@@ -91,6 +91,12 @@ under the License.
<type>boolean</type>
<defaultValue>true</defaultValue>
</field>
+ <field>
+ <name>requiredJavaVersion</name>
+ <version>1.1.0</version>
+ <description>A version range which specifies the supported Java
versions.</description>
Review Comment:
This supports the same syntax as JDK profile activation
(https://maven.apache.org/guides/introduction/introduction-to-profiles.html#details-on-profile-activation)
--
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]