Skip to content

Commit

Permalink
updated gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Dec 9, 2022
1 parent f809cab commit da2ca77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ New to Git? Check out [the Pro Git book](https://git-scm.com/book/)
click the "Fork" button at the top right to create a fork under your own GitHub account, and clone that.
2. Create a branch for the changes you're making. Do not push directly to `master`, even if you're on a fork!
3. Install the project dependencies using `npm install --save`.
4. Install yarn for building `npm install -g yarn`.

Building
--------
Expand Down Expand Up @@ -93,4 +94,4 @@ API Documentation
-----------------

Our REST API has been fully documented! Instead of finding it in this README, you can find the documentation
[over at Apiary](https://jmwebmap.docs.apiary.io/).
[over at Apiary](https://jmwebmap.docs.apiary.io/).
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip

0 comments on commit da2ca77

Please sign in to comment.