android - What does "Refresh all Gradle projects" do? -
i'm trying create gradle plugin generates sources when "refresh gradle projects" button on gradle panel. assume intellij executing gradle target, can't find documentation figure out target or targets executed.
this android project, , i've heard suggested use project.prebuild.dependson task
, have not been able work every time refresh (it works first time).
if @ documentation intellij idea @ https://www.jetbrains.com/idea/help/synchronizing-changes-in-gradle-project-and-intellij-idea-project.html
clicking refresh button in gradle tool window following:
on pressing button, intellij idea parses project structure, , displays detected differences (if any) in gradle tool window.
it refreshes project structure changes in gradle. might difficult find specific task calling because under hood it's using gradle tooling api (https://docs.gradle.org/current/userguide/embedding.html) execute tasks , info each project.
Comments
Post a Comment