Polish contribution
Closes gh-12202
This commit is contained in:
@@ -166,8 +166,8 @@ final class JavaPluginAction implements PluginApplicationAction {
|
||||
Set<File> files = compile.getOptions().getAnnotationProcessorPath() != null
|
||||
? compile.getOptions().getAnnotationProcessorPath().getFiles()
|
||||
: compile.getClasspath().getFiles();
|
||||
return files.stream().map(File::getName)
|
||||
.anyMatch((name) -> name.startsWith("spring-boot-configuration-processor"));
|
||||
return files.stream().map(File::getName).anyMatch(
|
||||
(name) -> name.startsWith("spring-boot-configuration-processor"));
|
||||
}
|
||||
|
||||
private void configureAdditionalMetadataLocations(JavaCompile compile,
|
||||
|
||||
Reference in New Issue
Block a user