lahodaj commented on code in PR #7651:
URL: https://github.com/apache/netbeans/pull/7651#discussion_r1731101281


##########
ide/project.dependency/nbproject/project.properties:
##########
@@ -16,7 +16,8 @@
 # under the License.
 
 is.autoload=true
-javac.source=11
-javac.target=11
+javac.source=17
+javac.target=17

Review Comment:
   Suggest (assuming it will compile - `javac.release` will use the `--release 
17` javac option, which compiles against the specific API from JDK 17): 
   ```suggestion
   javac.release=17
   ```



-- 
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

Reply via email to