Explicit opt-in to participate in incremental builds
Requires explicit opt-in to participate in Gradle's incremental build feature.
Upgrade notes: if your jOOQ task has all inputs declared such that it can participate in incremental builds and build caching, you now have to explicitly set the allInputsDeclared
task property to true
. See the documentation.