This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 16
16
buildscript {
17
17
18
18
ext {
19
- es_version = System . getProperty(" es.version" , " 7.4.2 " )
19
+ es_version = System . getProperty(" es.version" , " 7.6.1 " )
20
20
}
21
21
// This isn't applying from repositories.gradle so repeating it here
22
22
repositories {
@@ -30,11 +30,11 @@ buildscript {
30
30
31
31
plugins {
32
32
id ' java'
33
- id ' nebula.ospackage' version " 5.3.0 "
33
+ id ' nebula.ospackage' version " 8.0.1 "
34
34
}
35
35
36
36
ext {
37
- opendistroVersion = ' 1.4 .0'
37
+ opendistroVersion = ' 1.6 .0'
38
38
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
39
39
}
40
40
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5. 6.2-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change
1
+ ## Version 1.6.0 (Version compatible with elasticsearch 7.6.1)
2
+ ## New Features
3
+ This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 7.6.1
4
+
1
5
## Version 1.4.0 (Version compatible with elasticsearch 7.4.2)
2
6
## New Features
3
7
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 7.4.2
You can’t perform that action at this time.
0 commit comments