x80486
08/05/2018, 4:40 PMgradle-completion
and Kotlin DSL Gradle scripts? I see it doesn't quite "discover" (read: auto-completes) all the tasks correctly...gildor
08/06/2018, 12:01 PMx80486
08/06/2018, 12:30 PMclean
, assemble
, etc. cannot be auto-completed – not discovered, doesn't appear, etc.
On every project that I have (that uses Kotlin DSL), these are the only tasks (maybe they are called something else, that's the name I know) appear, like all the time:
[gorre@uplink kotlin-vertx3]$ ./gradlew
buildEnvironment - Displays all buildscript dependencies declared in root project.
components - Displays the components produced by root project.
dependencies - Displays all dependencies declared in root project.
dependencyInsight - Displays the insight into a specific dependency in root project.
dependentComponents - Displays the dependent components of components in root project.
help - Displays a help message.
init - Initializes a new Gradle build.
model - Displays the configuration model of root project.
projects - Displays the sub-projects of root project.
properties - Displays the properties of root project.
tasks - Displays the tasks runnable from root project.
wrapper - Generates Gradle wrapper files.
gildor
08/06/2018, 1:37 PMgildor
08/06/2018, 1:39 PMx80486
08/06/2018, 1:40 PMx80486
08/06/2018, 1:41 PMgildor
08/06/2018, 1:46 PM./gradlew :someModule:clean