Skip to content

Commit 9d065ae

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 13fd955 commit 9d065ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ public static void configureRepositories(Project project) {
6969
repo.setUrl("https://storage.googleapis.com/elasticsearch-cuvs-snapshots");
7070
});
7171
repos.exclusiveContent(exclusiveRepo -> {
72-
exclusiveRepo.filter(
73-
descriptor -> descriptor.includeVersionByRegex("com\\.nvidia\\.cuvs", ".*", ".*-SNAPSHOT")
74-
);
72+
exclusiveRepo.filter(descriptor -> descriptor.includeVersionByRegex("com\\.nvidia\\.cuvs", ".*", ".*-SNAPSHOT"));
7573
exclusiveRepo.forRepositories(cuvsRepo);
7674
});
7775
}

0 commit comments

Comments
 (0)