Created
May 4, 2016 14:35
-
-
Save childnode/125dc33424be094d1901d829c99ebdcc to your computer and use it in GitHub Desktop.
gradle SNAPSHOTS
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
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