On 20/11/2019 11:07, Vladimir Sitnikov wrote:
it's will be better to clean the distributions directory before
put the archives to avoid issues?
Extra files do not bother me, and I even compare them sometimes.
The contents of src/dist/build/distributions is never scanned for the list
of files to publish,
and I see no reason to clean it every time.
You can execute gw clean (or ./gradlew :src:dist:clean) if you want before
the release.
Ok works fine. Thanks again Vladimir.
You can use gradlew :src:dist:clean prepareVote ... as well.
Vladimir