Specify Minor version when building from source

Is there a way to specify a specific, e.g. 6.4.2 version when building from source?
Also, remove the "-SNAPSHOT' "
Tried all variations of
./gradlew assemble -Dorg.gradle.java.home=/usr/lib/jvm/jdk-11 -Pversion=6.4.2

No, that is not possible.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.