Create an empty versions.txt
if it doesn't exist in repository-path
#3389
Labels
hermetic-build
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
In the hermetic library generation process, we require a
versions.txt
file exists inrepository-path
; otherwise raiseFileNotFoundError
insdk-platform-java/hermetic_build/library_generation/utils/utilities.py
Line 164 in 7d6d66a
We didn't check the content of this file and the post processor can add versions for new client, therefore we should create an empty file if not exist, rather than raise an exception.
The generated library will have a
0.0.1-SNAPSHOT
version.The text was updated successfully, but these errors were encountered: