Giriş
Plugin'ler tarafından da eklenen tüm task listesini verir
Çalıştırılabilir task'ları listelemek için şöyle yaparız
$ ./gradlew tasks > Task :tasks ------------------------------------------------------------ Tasks runnable from root project 'wrapper-test' ------------------------------------------------------------ Build Setup tasks ----------------- init - Initializes a new Gradle build. wrapper - Generates Gradle wrapper files. Help tasks ---------- buildEnvironment - Displays all buildscript dependencies declared in root project 'wrapper-test'. dependencies - Displays all dependencies declared in root project 'wrapper-test'. dependencyInsight - Displays the insight into a specific dependency in root project 'wrapper-test'. help - Displays a help message. javaToolchains - Displays the detected java toolchains. [incubating] outgoingVariants - Displays the outgoing variants of root project 'wrapper-test'. projects - Displays the sub-projects of root project 'wrapper-test'. properties - Displays the properties of root project 'wrapper-test'. tasks - Displays the tasks runnable from root project 'wrapper-test'. To see all tasks and more detail, run gradlew tasks --all To see more detail about a task, run gradlew help --task <task> BUILD SUCCESSFUL in 464ms 1 actionable task: 1 executed
Daha detaylı bilgi almak için şöyle yaparız
$ ./gradlew tasks --all
Hiç yorum yok:
Yorum Gönder