This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Commit 30fc804
committed
Add Application Gradle plugin in order to have the following commands available:
* `./gradlew run`: Run the main entrypoint (`Starter`) without having to reference it
* `./gradlew startScripts`: Creates OS specific scripts to run the project as a JVM application
* More info: https://docs.gradle.org/current/userguide/application_plugin.html1 parent 2537fca commit 30fc804
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments