Skip to content

Commit c52d8ba

Browse files
committed
Docker image with jre 8u232
1 parent c319922 commit c52d8ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
build_annotations:
44
docker:
5-
- image: circleci/openjdk:8u222-stretch
5+
- image: circleci/openjdk:8u232-stretch
66
steps:
77
- checkout
88
- run: ./gradlew :annotations:assemble --no-daemon --no-build-cache --refresh-dependencies
@@ -11,7 +11,7 @@ jobs:
1111
destination: annotations.jar
1212
build_processor:
1313
docker:
14-
- image: circleci/openjdk:8u222-stretch
14+
- image: circleci/openjdk:8u232-stretch
1515
steps:
1616
- checkout
1717
- run: ./gradlew :processor:assemble --no-daemon --no-build-cache --refresh-dependencies
@@ -20,7 +20,7 @@ jobs:
2020
destination: processor.jar
2121
test_processor:
2222
docker:
23-
- image: circleci/openjdk:8u222-stretch
23+
- image: circleci/openjdk:8u232-stretch
2424
steps:
2525
- checkout
2626
- run: ./gradlew :processor:test --no-daemon --no-build-cache --refresh-dependencies
@@ -30,7 +30,7 @@ jobs:
3030
path: processor/build/test-results
3131
test_sample:
3232
docker:
33-
- image: circleci/openjdk:8u222-stretch
33+
- image: circleci/openjdk:8u232-stretch
3434
steps:
3535
- checkout
3636
- run: ./gradlew :sample:test --no-daemon --no-build-cache --refresh-dependencies
@@ -46,15 +46,15 @@ jobs:
4646
- run: ./.circleci/ensure_tag_allowed.sh
4747
release_on_github:
4848
docker:
49-
- image: circleci/openjdk:8u222-stretch
49+
- image: circleci/openjdk:8u232-stretch
5050
steps:
5151
- checkout
5252
- run: ./gradlew :annotations:assemble --no-daemon --no-build-cache --refresh-dependencies
5353
- run: ./gradlew :processor:assemble --no-daemon --no-build-cache --refresh-dependencies
5454
- run: ./.circleci/release_github.sh
5555
release_on_bintray:
5656
docker:
57-
- image: circleci/openjdk:8u222-stretch
57+
- image: circleci/openjdk:8u232-stretch
5858
steps:
5959
- checkout
6060
- run:

0 commit comments

Comments
 (0)