We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88264e1 commit 25c22e7Copy full SHA for 25c22e7
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
}
9
10
dependencies {
11
- classpath "org.elasticsearch.gradle:build-tools:6.2.3"
+ classpath "org.elasticsearch.gradle:build-tools:6.2.4"
12
13
14
@@ -20,7 +20,7 @@ plugins {
20
import de.undercouch.gradle.tasks.download.Download
21
22
group = 'de.spinscale.elasticsearch.plugin.ingest'
23
-version = '6.2.3.1-SNAPSHOT'
+version = '6.2.4.1-SNAPSHOT'
24
25
apply plugin: 'java'
26
apply plugin: 'elasticsearch.esplugin'
0 commit comments