Skip to content

Commit

Permalink
Skip setting source/target compatibility
Browse files Browse the repository at this point in the history
Setting either of these prevents the user from using the new toolchain feature.
  • Loading branch information
Johni0702 committed Oct 10, 2021
1 parent 34ab703 commit 717a9f4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,6 @@ protected void configureCompilation()
} else {
project.getDependencies().add(JavaPlugin.IMPLEMENTATION_CONFIGURATION_NAME, project.fileTree("libs"));
}

// set the compile target
javaConv.setSourceCompatibility("1.8");
javaConv.setTargetCompatibility("1.8");
}

private void extendsFrom(Configuration configuration, Configuration base) {
Expand Down

0 comments on commit 717a9f4

Please sign in to comment.