You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IntelliJ Gradle code analysis of build.gradle shows several warnings, most of them related to lazy configuration of tasks.
See e.g. Stackoverflow for explanations and links to the Gradle documentation.
Note that several of the warnings refer to the release part of the build.gradle. Testing any changes therefore requires a release build.
The text was updated successfully, but these errors were encountered:
The IntelliJ Gradle code analysis of
build.gradle
shows several warnings, most of them related to lazy configuration of tasks.See e.g. Stackoverflow for explanations and links to the Gradle documentation.
Note that several of the warnings refer to the release part of the
build.gradle
. Testing any changes therefore requires a release build.The text was updated successfully, but these errors were encountered: