Skip to content

Instantly share code, notes, and snippets.

@RX14
Created November 14, 2015 22:14
Show Gist options
  • Select an option

  • Save RX14/9d6447c9c84f20904584 to your computer and use it in GitHub Desktop.

Select an option

Save RX14/9d6447c9c84f20904584 to your computer and use it in GitHub Desktop.
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