diff --git a/INSTALL.md b/INSTALL.md index 8c7262bd3..27b052f21 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -72,12 +72,8 @@ This package uses the [Gradle](https://docs.gradle.org/current/userguide/usergui 3. `cd performance-analyzer` 4. Because we are supplying our own version of the RCA framework, the SHA might have changed. So, delete the old SHA file if it exists. The SHA will get updated during build time. - -<<<<<<< HEAD - `rm -f licenses/performanceanalyzer-rca-2.0.0.0.jar.sha1` -======= + `rm -f licenses/performanceanalyzer-rca-2.1.0.0.jar.sha1` ->>>>>>> b265c99f (Update version to 2.1) 5. Trigger a gradle build. This builds the plugin, runs unit tests and creates the plugin jar. diff --git a/docker/Dockerfile b/docker/Dockerfile index 0569841de..ecb99ad27 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -51,7 +51,7 @@ USER 0 RUN chown -R opensearch:0 . && \ chmod -R g=u /usr/share/opensearch -RUN unzip config/performance-analyzer-rca-2.0.0.0-SNAPSHOT.zip +RUN unzip config/performance-analyzer-rca-2.1.0.0-SNAPSHOT.zip RUN chmod -R 755 /dev/shm ################################################################################ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 60052d8b6..ae3843542 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ #Tue Jan 28 11:59:31 PST 2020 -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStorePath=wrapper/dists