After years of being one of the few to keep pushing dependency verification and even #PGP signatures on binaries, while getting responses like "gpg in 2022? wtf?", it is gratifying to see that not only has #Gradle full adopted this workflow, but also #Android developers at Google:
https://android.googlesource.com/platform/frameworks/support/+/HEAD/gradle/verification-keyring.keys
@Aurimas wow that's quite a script! Thanks for sharing it, I think it might help solve a really annoying problem that @grote and I have been struggling with https://gitlab.com/fdroid/fdroidclient/-/issues/2475
@eighthave The bugs we have filed so far have been https://github.com/gradle/gradle/issues?q=is%3Aissue+is%3Aopen+author%3Aliutikas+signature and https://github.com/gradle/gradle/issues?q=is%3Aissue+is%3Aopen+author%3Amathjeff+signature+
We managed to fix a few things for Gradle 8.0, but this feature still needs a fair bit of love.
@Aurimas @grote ok, no luck so far, there are still bugs with #Kotlin #Multiplatform and #Gradle verification.