We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b9bce commit 785bdf5Copy full SHA for 785bdf5
azure-pipelines.yml
@@ -13,7 +13,7 @@ jobs:
13
inputs:
14
gradleWrapperFile: 'gradlew'
15
jdkVersionOption: '1.11'
16
- options: "--no-daemon --continue"
+ options: "--no-daemon --continue --no-build-cache"
17
tasks: "clean testcontainers:test --tests GenericContainerRuleTest"
18
publishJUnitResults: true
19
testResultsFiles: '**/TEST-*.xml'
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
- options: '--no-daemon --continue'
+ options: '--no-daemon --continue --no-build-cache'
34
tasks: 'clean check'
35
36
0 commit comments