Update compiler instructions to not use gradle wrapper which is incorrect

This commit is contained in:
Downforce Agent 2024-07-29 18:41:29 -04:00
parent a54c1ea325
commit a75f1ad06c

View File

@ -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