Polish
This commit is contained in:
@@ -141,9 +141,8 @@ final class JavaPluginAction implements PluginApplicationAction {
|
||||
|
||||
private void configureAdditionalMetadataLocations(Project project) {
|
||||
project.afterEvaluate((evaluated) -> {
|
||||
evaluated.getTasks().withType(JavaCompile.class, (compile) -> {
|
||||
configureAdditionalMetadataLocations(project, compile);
|
||||
});
|
||||
evaluated.getTasks().withType(JavaCompile.class,
|
||||
(compile) -> configureAdditionalMetadataLocations(project, compile));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user