I have a gradle project.
When I type "gradlew tasks" i see a bunch of tasks.
Where are these tasks? How do i see where they are defined?
I have a gradle project.
When I type "gradlew tasks" i see a bunch of tasks.
Where are these tasks? How do i see where they are defined?
gradle help --task <taskname>
Will give you information about a given task.
Have you tried the build.gradle
file? I think they might be there.
© 2022 - 2024 — McMap. All rights reserved.