Skip to content

Instantly share code, notes, and snippets.

Created February 13, 2013 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4943911 to your computer and use it in GitHub Desktop.
Save anonymous/4943911 to your computer and use it in GitHub Desktop.
apply plugin: 'maven'
artifacts {
archives file('build.gradle')
}
uploadArchives {
repositories {
mavenDeployer {
repository(id: 'Google', url: 'http://www.google.com/')
pom.groupId = 'bob'
pom.artifactId = 'rita'
pom.version = '1.0'
}
}
}
<settings>
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>***redacted***</host>
<port>8080</port>
</proxy>
</proxies>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment