You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by "John D. Ament" <jo...@apache.org> on 2017/01/10 03:37:30 UTC

Gradle Config Settings for Snapshots

Hi All,

Just wanted to inform you that if you're using Gradle as your build tool,
you can now deploy snapshot builds into the Nexus repository.  These are
properties available on each of the build nodes (both buildbot and jenkins)
read from ~/.gradle/gradle.properties.  The properties exposed are
'asfNexusUsername' and 'asfNexusPassword' - I hope its clear which is which
:-)

In addition, for those Gradle 3 users, daemon has been turned off by
default on the build nodes (again, both kinds).

- John