Skip to content

Instantly share code, notes, and snippets.

@fcracker79
Created November 7, 2019 15:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcracker79/5bb5fd16445d8d2cedce638a9f29760d to your computer and use it in GitHub Desktop.
Save fcracker79/5bb5fd16445d8d2cedce638a9f29760d to your computer and use it in GitHub Desktop.
apply plugin: 'java'
repositories {
mavenCentral()
maven {
url "https://d314astu88ufzo.cloudfront.net/artifactory/poste-quorum"
credentials(PasswordCredentials) {
username "${artifactory_user}"
password "${artifactory_password}"
}
}
}
dependencies {
compile group: 'com.conio.postequorum', name: 'poste-quorum', version: '1.0.3'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment