Skip to content

Commit

Permalink
Revert "Ignore boot classpath with javac.target=9+"
Browse files Browse the repository at this point in the history
This reverts commit 151b6c6.
  • Loading branch information
lkishalmi committed Sep 18, 2020
1 parent 6a94745 commit f75dadf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ public void execute() throws BuildException {
super.execute();
}

@Override
public Path getBootclasspath() {
if (intVersion(getTarget()) >= 9) {
return null;
}
return super.getBootclasspath();
}

@Override
protected void compile() {
if (processorPath != null && processorPath.size() > 0) {
Expand Down

0 comments on commit f75dadf

Please sign in to comment.