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