Skip to content

Instantly share code, notes, and snippets.

@falkreon
Created August 30, 2018 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save falkreon/742a7e70682aec12d6be97dd356eb6b3 to your computer and use it in GitHub Desktop.
Save falkreon/742a7e70682aec12d6be97dd356eb6b3 to your computer and use it in GitHub Desktop.
endless.blue option for Jankson dependency resolution
repositories {
ivy {
name "endless.blue dependency mirror";
artifactPattern "https://endless.blue/files/ivy/[module]-[revision].[ext]";
}
}
dependencies {
compile "blue.endless:Jankson:0.0.4";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment