Felix>The old dist artifacts had sha512 checksums in the same folder. I didn't see them in the gradle build ones. Can they be generated, too?
Use ./gradlew :src:dist:assemble Or you can use individual distTar distZip signDistTar signDistZip Credentials are managed by https://docs.gradle.org/current/userguide/signing_plugin.html#sec:signatory_credentials Note: you can add -m (== --dry-run) to any Gradle command, and it would print the list of tasks to be executed. Vladimir
