Felix>It generates artifacts This is handled by `distTar distTarSource distZip distZipSource` (pick the ones that are required)
Felix> with git revision as identifiers (instead of 5.2-SNAPSHOT) Is it a matter of a file name? Currently Git SHA is included into JMeterVersion#getVERSION(). Is it enough? If so, then `./gradlew distTar distZip` should be just fine. The artifacts would be named like `apache-jmeter-5.2.0-SNAPSHOT.tgz`, however JMeterVersion inside would include SHA. Vladimir
