Skip to content

Commit 5da2883

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 36b4fef commit 5da2883

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionArchiveCheckPlugin.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,11 @@ private static TaskProvider<Task> registerCheckMlCppNoticeTask(
105105
) {
106106
TaskProvider<Task> checkMlCppNoticeTask = project.getTasks().register("checkMlCppNotice", task -> {
107107
task.dependsOn(checkExtraction);
108-
final Provider<Path> noticePath = checkExtraction.map(c ->
109-
c.getDestinationDir()
110-
.toPath()
111-
.resolve("elasticsearch-" + VersionProperties.getElasticsearch() + "/modules/x-pack-ml/NOTICE.txt"));
108+
final Provider<Path> noticePath = checkExtraction.map(
109+
c -> c.getDestinationDir()
110+
.toPath()
111+
.resolve("elasticsearch-" + VersionProperties.getElasticsearch() + "/modules/x-pack-ml/NOTICE.txt")
112+
);
112113
ListProperty<String> expectedMlLicenses = extension.expectedMlLicenses;
113114
task.doLast(new Action<Task>() {
114115
@Override

0 commit comments

Comments
 (0)