We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e5c37 commit b3f76c0Copy full SHA for b3f76c0
x-pack/plugin/mapper-version/build.gradle
@@ -14,10 +14,6 @@ archivesBaseName = 'x-pack-mapper-version'
14
dependencies {
15
compileOnly project(path: xpackModule('core'), configuration: 'default')
16
compileOnly project(':modules:lang-painless:spi')
17
- compileOnly(project(':modules:lang-painless')) {
18
- // exclude ASM to not affect featureAware task on Java 10+
19
- exclude group: "org.ow2.asm"
20
- }
21
testImplementation project(path: xpackModule('core'), configuration: 'testArtifacts')
22
testImplementation project(path: xpackModule('analytics'), configuration: 'default')
23
}
0 commit comments