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).

refresh gradle projects

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

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -