Skip to content

Instantly share code, notes, and snippets.

@childnode
Created May 4, 2016 14:35
Show Gist options
  • Save childnode/125dc33424be094d1901d829c99ebdcc to your computer and use it in GitHub Desktop.
Save childnode/125dc33424be094d1901d829c99ebdcc to your computer and use it in GitHub Desktop.
gradle SNAPSHOTS
dependencies {
{
compile group: 'de.childno.test', name: 'mvn-artefact', version:'+', changing: true
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment