Skip to content

Explicit opt-in to participate in incremental builds

Compare
Choose a tag to compare
@etiennestuder etiennestuder released this 17 Sep 12:17
9159ca1

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.