Skip to content
Snippets Groups Projects
Commit cc64c92a authored by dgelessus's avatar dgelessus
Browse files

Apply SNAPSHOT cache disabling thing to subprojects as well

parent f01d637b
No related branches found
No related tags found
No related merge requests found
Pipeline #122216 passed
......@@ -29,11 +29,13 @@ project.ext {
apply from: 'tycho_build.gradle'
allprojects {
configurations.all {
resolutionStrategy {
cacheChangingModulesFor(0, TimeUnit.SECONDS)
}
}
}
project(':de.prob.core') {
apply plugin: "java"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment