Skip to content
Snippets Groups Projects
Commit a2201424 authored by dgelessus's avatar dgelessus
Browse files

Update build instructions

Builds should always be done using the Gradle wrapper to avoid version
issues, and the deploy task no longer exists (the standard Gradle
assemble task should be used instead).
parent 62f0cd63
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ This derived work is, like SableCC, covered by the GNU Lesser General Public Lic ...@@ -27,8 +27,8 @@ This derived work is, like SableCC, covered by the GNU Lesser General Public Lic
Building Building
--- ---
* Clone the repository * Clone the repository.
* Run the deploy target using gradle. If you don't have gradle installed, you can use the gradlew wrapper scripts, e.g., under Linux use './gradlew deploy' * Run the `assemble` target using Gradle (`./gradlew assemble` on Linux/macOS/etc., `gradlew.bat assemble` on Windows).
* The binary is located in the build/libs subdirectory. * The binary is located in the build/libs subdirectory.
Documentation Documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment