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 d8b15fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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 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 d8b15fc

Please sign in to comment.