File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ New to Git? Check out [the Pro Git book](https://git-scm.com/book/)
46
46
click the "Fork" button at the top right to create a fork under your own GitHub account, and clone that.
47
47
2 . Create a branch for the changes you're making. Do not push directly to ` master ` , even if you're on a fork!
48
48
3 . Install the project dependencies using ` npm install --save ` .
49
+ 4 . Install yarn for building ` npm install -g yarn ` .
49
50
50
51
Building
51
52
--------
@@ -93,4 +94,4 @@ API Documentation
93
94
-----------------
94
95
95
96
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/ ) .
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
- jcenter ()
3
+ mavenCentral ()
4
4
}
5
5
dependencies {
6
6
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments