Example code for a talk "Deliver Scala using Gradle" presented by Jeff Henrikson at the "Unconference" track of "Scale by the Bay", San Francisco, Nov 2018.
./gradlew tasks
------------------------------------------------------------
All tasks runnable from root project
------------------------------------------------------------
. . .
Other tasks
-----------
customtasks - Lists all tasks pertitent to the unconf repository
wrapper
./gradlew customtasks
All tasks pertitent to the unconf repository
-----------------------------------------------------
clean - Deletes binary code artifacts
compile - Compiles binary code artifacts
test - Runs tests
(cd siblings && ../gradlew run)
(cd callsbt && ../gradlew callsbtUberjar)
(cd gizmos && ../gradlew test)
(cd callsbt && ../gradlew callsbtUberjar --stacktrace --info)