Am 03.08.19 um 13:38 schrieb Vladimir Sitnikov: > Felix>What is the equivalent to the old 'ant nightly' command? > Felix>Should it be './gradlew createDist'? > > What does "ant nightly"?
<target name="nightly" depends="ant-version,nightly-setup,init-svnVersion,install,docs-printable,docs-api,test,_distribution" <target name="nightly-setup" description="Disables some checks" depends="clean,clean-docs,clean-apidocs,clean-dist"> <property name="disable-check-versions" value="true" /> <property name="docs.force" value="true" /> </target> It generates artifacts with git revision as identifiers (instead of 5.2-SNAPSHOT) Those artifacts are copied to some server where the nightlies index page can find them. Felix > What "buildbot" is expected to test? > > Vladimir >
