Skip to content

Commit 5fe437f

Browse files
authored
Use JDK 1.8 in Azure pipelines (#4942)
1 parent 34cfdc8 commit 5fe437f

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
AWS_SECRET_ACCESS_KEY: $(aws.secretAccessKey)
1414
inputs:
1515
gradleWrapperFile: 'gradlew'
16-
jdkVersionOption: '1.11'
16+
jdkVersionOption: '1.8'
1717
options: '--no-daemon --continue'
1818
tasks: 'clean testcontainers:check'
1919
publishJUnitResults: true
@@ -28,7 +28,7 @@ jobs:
2828
AWS_SECRET_ACCESS_KEY: $(aws.secretAccessKey)
2929
inputs:
3030
gradleWrapperFile: 'gradlew'
31-
jdkVersionOption: '1.11'
31+
jdkVersionOption: '1.8'
3232
options: '--no-daemon --continue'
3333
tasks: 'clean check -x testcontainers:test'
3434
publishJUnitResults: true

0 commit comments

Comments
 (0)