TNG / value-provider

Apache License 2.0
5 stars 3 forks source link

Fix Gradle warnings #32

Open jonashoef opened 8 months ago

jonashoef commented 8 months ago

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.