mbien commented on code in PR #6178: URL: https://github.com/apache/netbeans/pull/6178#discussion_r1264666809
########## ide/languages.hcl/manifest.mf: ########## @@ -3,4 +3,5 @@ OpenIDE-Module: org.netbeans.modules.languages.hcl OpenIDE-Module-Layer: org/netbeans/modules/languages/hcl/layer.xml OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/languages/hcl/Bundle.properties OpenIDE-Module-Specification-Version: 1.1 +OpenIDE-Module-Java-Dependencies: Java > 11 Review Comment: it looks weird, but is correct :) https://github.com/search?q=repo%3Aapache%2Fnetbeans+OpenIDE-Module-Java-Dependencies%3A+Java+%3E+11&type=code I believe there is no `>=`. `>` here basically means greater equals -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
