Skip to content

Instantly share code, notes, and snippets.

@peacepassion
Created August 17, 2016 00:41
Show Gist options
  • Save peacepassion/9346c13c846f92525857aae704dc446f to your computer and use it in GitHub Desktop.
Save peacepassion/9346c13c846f92525857aae704dc446f to your computer and use it in GitHub Desktop.
apply plugin: 'maven'
uploadArchives {
repositories {
mavenDeployer {
repository(url: "file:/Users/peacepassion/Desktop/maven_repo")
pom {
setGroupId 'me.ele'
setArtifactId 'amigo-lib'
setVersion '0.0.10'
setPackaging 'aar'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment