From 221a37dac25bef780949251208bec89d2a520571 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 11 May 2022 12:31:27 +0200 Subject: [PATCH] Using JDK 11 for now --- nb-configuration.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nb-configuration.xml b/nb-configuration.xml index 0a350507..94cd76d9 100755 --- a/nb-configuration.xml +++ b/nb-configuration.xml @@ -6,6 +6,7 @@ The configuration is intended to be shared among all the users of project and therefore it is assumed to be part of version control checkout. Without this configuration present, some functionality in the IDE may be limited or fail altogether. --> + <libraries xmlns="http://www.netbeans.org/ns/cdnjs-libraries/1"/> <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1"> <!-- Properties that influence various parts of the IDE, especially code formatting and the like. @@ -26,6 +27,6 @@ Any value defined here will override the pom.xml file value but is only applicab <org-netbeans-modules-projectapi.jsf_2e_language>Facelets</org-netbeans-modules-projectapi.jsf_2e_language> <netbeans.compile.on.save>none</netbeans.compile.on.save> <org-netbeans-modules-maven-j2ee.netbeans_2e_hint_2e_deploy_2e_server>WildFly</org-netbeans-modules-maven-j2ee.netbeans_2e_hint_2e_deploy_2e_server> + <netbeans.hint.jdkPlatform>JDK_11</netbeans.hint.jdkPlatform> </properties> - <libraries xmlns="http://www.netbeans.org/ns/cdnjs-libraries/1"/> </project-shared-configuration> -- GitLab