Update compiler instructions to not use gradle wrapper which is incorrect
This commit is contained in:
parent
a54c1ea325
commit
a75f1ad06c
|
@ -50,7 +50,7 @@ Firestar uses the Gradle build system. We write our code and perform all our tes
|
||||||
git clone https://git.worlio.com/bonkmaykr/firestar.git
|
git clone https://git.worlio.com/bonkmaykr/firestar.git
|
||||||
```
|
```
|
||||||
|
|
||||||
3. `cd` to `firestar/` and run `./gradlew build` to make a JAR or `./gradlew run` to test your code immediately.
|
3. `cd` to `firestar/` and run `gradle build` to make a JAR or `gradle run` to test your code immediately.
|
||||||
- On Windows systems make sure you're running `gradlew.bat` and not the Bash script instead.
|
- On Windows systems make sure you're running `gradlew.bat` and not the Bash script instead.
|
||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
|
|
Loading…
Reference in New Issue
Block a user