grab / grazel

A tool to migrate Android projects from Gradle to Bazel incrementally and automatically
https://grab.github.io/grazel/
Other
274 stars 19 forks source link

Disable caching resolution result components to prevent non deterministic outputs #105

Closed arunkumar9t2 closed 12 months ago

arunkumar9t2 commented 12 months ago

Proposed Changes

Disables cache introduced in https://github.com/grab/grazel/pull/104 since sometimes they can cause migrateToBazel output to be inconsistent. Will revisit at a later time. Additionally minor cleanup in property setters.

arunkumar9t2 commented 12 months ago

Yeah, we might not need this once migrated to Gradle 8.0+ due to https://github.com/gradle/gradle/issues/22944