This is an automated email from the ASF dual-hosted git repository. thurka pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-vscode.git
The following commit(s) were added to refs/heads/master by this push: new 379daff more nbcode fixed on JDK 11+ 379daff is described below commit 379daff7bd5db02cbdc6adbfe0c7ae9e3ec8e8d6 Author: Tomas Hurka <tomas.hu...@gmail.com> AuthorDate: Wed Jul 30 18:52:54 2025 +0200 more nbcode fixed on JDK 11+ --- nbcode/integration/nbproject/project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbcode/integration/nbproject/project.properties b/nbcode/integration/nbproject/project.properties index cab860a..7894fa7 100644 --- a/nbcode/integration/nbproject/project.properties +++ b/nbcode/integration/nbproject/project.properties @@ -18,5 +18,5 @@ javac.source=1.8 javac.compilerargs=-Xlint -Xlint:-serial -test.jms.flags=-ea --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.lang.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED +test.jms.flags=-ea --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.lang.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED --add-exports=java.desktop/sun.awt=ALL-UNNAMED --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists