Skip to content

Instantly share code, notes, and snippets.

@heanzyzabala
Created September 12, 2020 15:17
Show Gist options
  • Save heanzyzabala/005066e6a0aa9946e52c3be685eef759 to your computer and use it in GitHub Desktop.
Save heanzyzabala/005066e6a0aa9946e52c3be685eef759 to your computer and use it in GitHub Desktop.
plugins {
id 'org.hibernate.build.maven-repo-auth' version '3.0.3'
}
apply plugin: 'org.hibernate.build.maven-repo-auth'
repositories {
maven {
name = 'maven-repo-public'
url 'https://repo.company.ph/repository/maven-repo-public/'
}
}
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