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 34cfdc8 commit 5fe437fCopy full SHA for 5fe437f
azure-pipelines.yml
@@ -13,7 +13,7 @@ jobs:
13
AWS_SECRET_ACCESS_KEY: $(aws.secretAccessKey)
14
inputs:
15
gradleWrapperFile: 'gradlew'
16
- jdkVersionOption: '1.11'
+ jdkVersionOption: '1.8'
17
options: '--no-daemon --continue'
18
tasks: 'clean testcontainers:check'
19
publishJUnitResults: true
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
tasks: 'clean check -x testcontainers:test'
34
0 commit comments