Add OPENRNDR task aliases

This commit is contained in:
Edwin Jakobs
2023-01-25 20:36:24 +01:00
parent 3b957d53e3
commit 091115f49a
3 changed files with 18 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ You will find some [basic instructions](https://guide.openrndr.org/setUpYourFirs
## Gradle tasks
- `run` runs the TemplateProgram
- `jar` creates an executable platform specific jar file with all dependencies
- `zipDistribution` creates a zip file containing the application jar and the data folder
- `jpackageZip` creates a zip with a stand-alone executable for the current platform (works with Java 14 only)
## Cross builds