Skip to content

Commit

Permalink
Merge pull request #9 from JaroslavTulach/ForceJDK8
Browse files Browse the repository at this point in the history
Preparing JDK8-ready update of nb-javac 15.0.0.x
  • Loading branch information
Akshay-Gupta-19 authored Feb 12, 2021
2 parents 4dd6fdd + b5d0760 commit 91c593a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions make/langtools/netbeans/nb-javac/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
-->

<fail message="Please use JDK8 to build nb-javac!">
<condition>
<available classname="java.lang.Module"/>
</condition>
</fail>

<!-- suppress javadoc generation for this library, as its wrappers do it -->
<target name="-javadoc-build"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ javac.test.classpath=\
${build.dir}/lib/hamcrest-core-1.3.jar
debug.classpath=${run.classpath}
jnlp.enabled=false
nb-javac-ver=15.0.0.1
nb-javac-ver=15.0.0.2

0 comments on commit 91c593a

Please sign in to comment.