excelsior-oss / excelsior-jet-gradle-plugin

Excelsior JET Gradle Plugin provides Gradle users with an easy way to compile their applications down to optimized native Windows, OS X, or Linux executables with Excelsior JET http://www.excelsiorjet.com
GNU General Public License v3.0
26 stars 6 forks source link

Add tasks description #32

Open cypok opened 7 years ago

cypok commented 7 years ago
$ gradle tasks --all
...
Verification tasks
------------------
check - Runs all checks.
test - Runs the unit tests.

Other tasks
-----------
compileJava - Compiles main Java source.
compileKotlin - Compiles the source set 'main'.kotlin.
compileTestJava - Compiles test Java source.
compileTestKotlin - Compiles the source set 'test'.kotlin.
jetBuild
jetProfile
jetRun
jetTestRun
processResources - Processes main resources.
processTestResources - Processes test resources.
startScripts - Creates OS specific scripts to run the project as a JVM application.
...

It would be great to add description to all jet*** tasks.