Skip to content

Commit

Permalink
Update gradle version
Browse files Browse the repository at this point in the history
Signed-off-by: sruti1312 <[email protected]>
  • Loading branch information
sruti1312 committed Jun 24, 2022
1 parent 1e7c64b commit c03f832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c03f832

Please sign in to comment.