Jason Tedor 23049391be
Upgrade feature aware check usage of ASM to 7.3.1 (#54577)
This commit upgrades the ASM dependency used in the feature aware check
to 7.3.1. This gives support for JDK 14. Additionally, now that Gradle
understands JDK 13, it means we can remove a restriction on running the
feature aware check to JDK 12 and lower.
2020-04-18 10:49:57 -04:00

18 lines
360 B
Groovy

apply plugin: 'elasticsearch.build'
dependencies {
compile 'org.ow2.asm:asm:7.3.1'
compile project(':server')
compile project(':x-pack:plugin:core')
testCompile project(':test:framework')
}
forbiddenApisMain.enabled = true
dependencyLicenses.enabled = false
dependenciesInfo.enabled = false
jarHell.enabled = false
thirdPartyAudit.enabled = false