Am 04.08.19 um 12:50 schrieb Vladimir Sitnikov: > 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
I don't intend to sign the snapshots, but the task :src:dist:assemble does exactly what is needed. Now I have to try the maven upload Felix > > Note: you can add -m (== --dry-run) to any Gradle command, and it would > print the list of tasks to be executed. > > Vladimir >
