Skip to content

Commit 3682534

Browse files
committed
Fix warning in idea gradle sync
This simplifies the expand map in client:rest to use a simple model that is understood by Idea
1 parent b4d23a9 commit 3682534

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/rest/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ dependencies {
5555
}
5656

5757
tasks.named("processResources").configure {
58-
expand versions: [
59-
elasticsearch: VersionProperties.getElasticsearch()
60-
]
58+
expand([elasticsearch: VersionProperties.getElasticsearch()])
6159
}
6260

6361
tasks.withType(CheckForbiddenApisTask).configureEach {

0 commit comments

Comments
 (0)