File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
<com-junichi11-netbeans-changelf .lf-kind>LF</com-junichi11-netbeans-changelf .lf-kind>
20
20
<com-junichi11-netbeans-changelf .use-global>false</com-junichi11-netbeans-changelf .use-global>
21
21
<org-netbeans-modules-javascript2-requirejs .enabled>true</org-netbeans-modules-javascript2-requirejs .enabled>
22
+ <netbeans .hint.jdkPlatform>JDK_1.8</netbeans .hint.jdkPlatform>
22
23
</properties >
23
24
</project-shared-configuration >
Original file line number Diff line number Diff line change 87
87
<artifactId >maven-compiler-plugin</artifactId >
88
88
<version >3.7.0</version >
89
89
<configuration >
90
- <source >11 </source >
91
- <target >11 </target >
90
+ <source >1.8 </source >
91
+ <target >1.8 </target >
92
92
<showWarnings >true</showWarnings >
93
93
<encoding >${project.build.sourceEncoding} </encoding >
94
94
</configuration >
You can’t perform that action at this time.
0 commit comments