Skip to content

Commit 892d84d

Browse files
authored
Re-enable build cache
1 parent 785bdf5 commit 892d84d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
inputs:
1414
gradleWrapperFile: 'gradlew'
1515
jdkVersionOption: '1.11'
16-
options: "--no-daemon --continue --no-build-cache"
16+
options: "--no-daemon --continue"
1717
tasks: "clean testcontainers:test --tests GenericContainerRuleTest"
1818
publishJUnitResults: true
1919
testResultsFiles: '**/TEST-*.xml'
@@ -30,7 +30,7 @@ jobs:
3030
inputs:
3131
gradleWrapperFile: 'gradlew'
3232
jdkVersionOption: '1.11'
33-
options: '--no-daemon --continue --no-build-cache'
33+
options: '--no-daemon --continue'
3434
tasks: 'clean check'
3535
publishJUnitResults: true
3636
testResultsFiles: '**/TEST-*.xml'

0 commit comments

Comments
 (0)