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


##########
platform/libs.asm/nbproject/project.properties:
##########
@@ -16,10 +16,11 @@
 # under the License.
 
 javac.compilerargs=-Xlint -Xlint:-serial
-javac.source=1.8
+javac.source=11
+javac.target=11

Review Comment:
   this might cause problems since some tests are not ready yet for JDK 11, see 
#4904
   
   i added the `all-tests` label since asm is used in many places - just to be 
sure.



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