Skip to content

Commit 73be390

Browse files
committed
allow jdk 11 build
1 parent 2cf8e15 commit 73be390

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nb-configuration.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
<com-junichi11-netbeans-changelf.lf-kind>LF</com-junichi11-netbeans-changelf.lf-kind>
2020
<com-junichi11-netbeans-changelf.use-global>false</com-junichi11-netbeans-changelf.use-global>
2121
<org-netbeans-modules-javascript2-requirejs.enabled>true</org-netbeans-modules-javascript2-requirejs.enabled>
22+
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform>
2223
</properties>
2324
</project-shared-configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
<artifactId>maven-compiler-plugin</artifactId>
8888
<version>3.7.0</version>
8989
<configuration>
90-
<source>11</source>
91-
<target>11</target>
90+
<source>1.8</source>
91+
<target>1.8</target>
9292
<showWarnings>true</showWarnings>
9393
<encoding>${project.build.sourceEncoding}</encoding>
9494
</configuration>

0 commit comments

Comments
 (0)