Skip to content

Instantly share code, notes, and snippets.

@nhancv
Last active July 12, 2017 03:07
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 nhancv/50cec881a6ee43661b591896d6aed261 to your computer and use it in GitHub Desktop.
Save nhancv/50cec881a6ee43661b591896d6aed261 to your computer and use it in GitHub Desktop.
apply plugin: 'maven'
uploadArchives {
repositories {
mavenDeployer {
repository(url: "http://192.168.1.124:8081/repository/maven-releases/") {
authentication(userName: "admin", password: "admin123")
pom.groupId = "com.beesightsoft.caf"
pom.artifactId = "rx"
pom.version = '2.0.0'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment