Join Slack
Powered by
Gradle / intellij generate a large number of tasks...
# javascript
y
yunxing
05/09/2021, 1:48 PM
Gradle / intellij generate a large number of tasks for js target -- is there a way to inspect / edit those tasks to know what they each do?
t
turansky
05/09/2021, 5:45 PM
You can check it in Gradle window
turansky
05/09/2021, 5:45 PM
Or in terminal:
Copy code
./gradlew tasks --all
y
yunxing
05/09/2021, 8:53 PM
Thanks, but is it possible to modify any of those or inspect what each one does?
2
Views
Open in Slack
Previous
Next