We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93433f6 commit 8910005Copy full SHA for 8910005
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
}
9
10
dependencies {
11
- classpath "org.elasticsearch.gradle:build-tools:6.8.6" // How can we use ${versions.elasticsearch} here ???
+ classpath "org.elasticsearch.gradle:build-tools:6.8.7" // How can we use ${versions.elasticsearch} here ???
12
classpath group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
13
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '2.3.0'
14
classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.0'
0 commit comments