Skip to content

Instantly share code, notes, and snippets.

@JackCho
Forked from peacepassion/LocalMaven.gradle
Created December 5, 2016 02:13
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 JackCho/54a4275cbd24bcafd79f7bdf7edc18a7 to your computer and use it in GitHub Desktop.
Save JackCho/54a4275cbd24bcafd79f7bdf7edc18a7 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