Skip to content

Instantly share code, notes, and snippets.

@heanzyzabala
Last active September 12, 2020 15:16
Show Gist options
  • Save heanzyzabala/332700add4265424a056e3fe66f45c9a to your computer and use it in GitHub Desktop.
Save heanzyzabala/332700add4265424a056e3fe66f45c9a to your computer and use it in GitHub Desktop.
repositories {
maven {
url 'https://repo.company.ph/repository/maven-repo-public/'
credentials {
username = project.properties.user
password = project.properties.pass
}
}
}
dependencies {
compile('com.company:artifact:1.0.0')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment