yacy_search_server/build.properties
Thomas Koch c98d09b664 rm GitRevTask
The releaseNr is now set to a static value in build.properties. We
can increment it there manually and eventually switch to another
version number scheme if we like.
2022-07-10 12:33:28 +00:00

17 lines
371 B
Properties

# defining some compiler arguments
javacSource=1.8
javacTarget=1.8
# Release Configuration
releaseVersion=1.925
releaseNr=9749
stdReleaseFile=yacy_v${releaseVersion}_${releaseNr}.tar.gz
releaseFileParentDir=yacy
privateKeyFile=private.key
# defining some file/directory access rights
accessRightsDir=755
accessRightsExecutable=755
accessRightsFile=644