Skip to content

Commit 01d8368

Browse files
committed
same trick for 5.6.6
1 parent a73a8f1 commit 01d8368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es53x/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ task ror(type: Zip, dependsOn: [cleanOldData, jarHellCheck, jar, resolvePluginDe
119119
outputs.upToDateWhen { false }
120120
archivesBaseName = pluginName
121121
into('elasticsearch') {
122-
from configurations.distJars
122+
from configurations.distJars.filter { x -> !x.name.contains('spatial4j') && ! x.name.contains('jts')}
123123
from 'build/libs/' + pluginFullName + '.jar'
124124
from 'build/tmp/' + pluginFullName
125125
}

0 commit comments

Comments
 (0)