Created
September 12, 2020 15:17
-
-
Save heanzyzabala/005066e6a0aa9946e52c3be685eef759 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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