Created
March 30, 2010 20:37
-
-
Save agemooij/349566 to your computer and use it in GitHub Desktop.
Some Gradle code
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
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