Skip to content

Commit

Permalink
remove default source and target compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Apr 16, 2020
1 parent 286a763 commit 5ef8f3b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -604,10 +604,10 @@ private void executeWithExceptionsHandled() throws Exception
options.add( releaseVersion );
}

options.add("-source");
options.add("9");
options.add("-target");
options.add("9");
// options.add("-source");
// options.add("9");
// options.add("-target");
// options.add("9");

if( getLog().isDebugEnabled() ) {
for (String option : options) {
Expand Down

0 comments on commit 5ef8f3b

Please sign in to comment.