mbien commented on code in PR #7401:
URL: https://github.com/apache/netbeans/pull/7401#discussion_r1614279397


##########
ide/api.lsp/nbproject/project.properties:
##########
@@ -15,7 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 is.autoload=true
-javac.source=1.8
+javac.source=11
+javac.target=11

Review Comment:
   `javac.release` is now possible 
(https://github.com/apache/netbeans/pull/7247) since both NB 22 and the build 
support it.
   
   (the only exception are modules which use nb-javac until 
https://github.com/apache/netbeans/pull/7201 is merged)



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