You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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.
The text was updated successfully, but these errors were encountered:
It would be great to add description to all
jet***
tasks.The text was updated successfully, but these errors were encountered: