Skip to content

Commit da2ca77

Browse files
committed
updated gradle wrapper
1 parent f809cab commit da2ca77

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ New to Git? Check out [the Pro Git book](https://git-scm.com/book/)
4646
click the "Fork" button at the top right to create a fork under your own GitHub account, and clone that.
4747
2. Create a branch for the changes you're making. Do not push directly to `master`, even if you're on a fork!
4848
3. Install the project dependencies using `npm install --save`.
49+
4. Install yarn for building `npm install -g yarn`.
4950

5051
Building
5152
--------
@@ -93,4 +94,4 @@ API Documentation
9394
-----------------
9495

9596
Our REST API has been fully documented! Instead of finding it in this README, you can find the documentation
96-
[over at Apiary](https://jmwebmap.docs.apiary.io/).
97+
[over at Apiary](https://jmwebmap.docs.apiary.io/).

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories {
3-
jcenter()
3+
mavenCentral()
44
}
55
dependencies {
66
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip

0 commit comments

Comments
 (0)