Skip to content

Instantly share code, notes, and snippets.

@agemooij
Created March 30, 2010 20:37
Show Gist options
  • Save agemooij/349566 to your computer and use it in GitHub Desktop.
Save agemooij/349566 to your computer and use it in GitHub Desktop.
Some Gradle code
repositories {
....
add(new org.apache.ivy.plugins.resolver.URLResolver()) {
name = "GitHub"
addArtifactPattern 'http://github.com/asikkema/adoptimizer/downloads/[organization]-[module]-[revision].[ext]'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment