Roman, To my knowledge gradle doesn’t honor settings.xml. Most of the gradle projects that I work on I use the username and plain txt password by implementing the MavenDeployer interface.
http://gradle.org/docs/current/javadoc/org/gradle/api/artifacts/maven/Maven Deployer.html I would be more than happy to learn, if someone knows a better/easier way of doing it. On 5/7/15, 1:25 PM, "Roman Shaposhnik" <r...@apache.org> wrote: >Hi! > >I'm used to the Maven projects just inhering from >top level ASF pom and automagically getting all >the right things in place to be able to do mvn publish >on any of our Jenkins slaves. > >What's the easiest way to achieve that same level >of integration for gradle-based projects? > >Thanks, >Roman.