KMP GraphQL based conference project with Jetpack Compose Android, Compose for Wear, Compose Multiplatform and SwiftUI iOS clients along with GraphQL backend.
Enables Gradle distribution verification by adding the expected distributionSha256Sum value for Gradle 8.10 within the gradle/wrapper/gradle-wrapper.properties file. This ensures that any local/CI processes only use the verified and expected distribution of Gradle, protecting against supply-chain-style attacks. [^1]
You can verify this works as expected locally by running:
Finally, it's my understanding that Renovate should be able to update this value if it is present in future Gradle version updates. It's worth noting that #1442 may need to be rebased or otherwise re-generated should this be merged.
Enables Gradle distribution verification by adding the expected
distributionSha256Sum
value for Gradle 8.10 within thegradle/wrapper/gradle-wrapper.properties
file. This ensures that any local/CI processes only use the verified and expected distribution of Gradle, protecting against supply-chain-style attacks. [^1]You can verify this works as expected locally by running:
Finally, it's my understanding that Renovate should be able to update this value if it is present in future Gradle version updates. It's worth noting that #1442 may need to be rebased or otherwise re-generated should this be merged.
✨ Any questions, feel free to ask!
[^1]: There's a fun talk and blog about this...