Hey ;) > I don’t know how does Gradle stack up against Maven when it comes to > signing and publishing artifacts.
Gradle includes a 'signing' plugin [1] and a 'maven-publish' plugin [2] that can be combined [3] to provide sufficient metadata for the Central repository. While I'm no expert, I'm happy to field questions related to Gradle - or enquire those more knowledgeable than myself to answer :) Regards, Jamie [1]: https://docs.gradle.org/current/userguide/signing_plugin.html [2]: https://docs.gradle.org/current/userguide/publishing_maven.html [3]: https://github.com/CadixDev/Lorenz/blob/ 49be5233bff0adfaf59440ac37efdeccbb2893da/build.gradle.kts#L67-L140