FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Temporarily disable use of build cache · runningcode/testcontainers-java@785bdf5 · GitHub

Commit 785bdf5

Browse files
authored
Temporarily disable use of build cache
1 parent 71b9bce commit 785bdf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎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"
16+
options: "--no-daemon --continue --no-build-cache"
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'
33+
options: '--no-daemon --continue --no-build-cache'
3434
tasks: 'clean check'
3535
publishJUnitResults: true
3636
testResultsFiles: '**/TEST-*.xml'

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL