Created
November 14, 2015 22:14
-
-
Save RX14/9d6447c9c84f20904584 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
| project.publishing { | |
| repositories { | |
| maven { | |
| name "Illyohs" | |
| url "http://mvn.rx14.co.uk/illyohs/" | |
| credentials { | |
| username = "illyohs" | |
| password = "whatever" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment