kotlin-dsl-gradle-jooq-plugin icon indicating copy to clipboard operation
kotlin-dsl-gradle-jooq-plugin copied to clipboard

fix(cache): provide a stable confighash caclculation between runs

Open davinkevin opened this issue 5 years ago • 1 comments

Due to the inconsistency of hashcode on objects between run, if we use remote cache or different gradle daemon for building (for example in CI with different steps), the configHash computation wasn't equals for the same configuration. Here, we rely on JOOQ stability on toString() for configuration (and also on stability of @lukaseder 😉).

Closes https://github.com/rohanprabhu/kotlin-dsl-gradle-jooq-plugin/issues/24

davinkevin avatar Jun 20 '20 20:06 davinkevin

Up ?

davinkevin avatar Jul 05 '20 10:07 davinkevin