-
Notifications
You must be signed in to change notification settings - Fork 48
[RUN-4418] Upgrade Gradle 4.8.14, Groovy 4, Java 17 #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
b5b91ea
f545e33
d8c498d
93623d2
bd5255c
4af0677
66616eb
c7b639b
e750b2e
c137e12
49ea7ed
00602c7
00e94ee
8bb546f
62d5b4d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ jobs: | |
| build: | ||
| docker: | ||
| # specify the version you desire here | ||
| - image: cimg/openjdk:11.0.29 | ||
| - image: cimg/openjdk:17.0 | ||
|
|
||
| # Specify service dependencies here if necessary | ||
| # CircleCI maintains a library of pre-built images | ||
|
|
@@ -49,7 +49,7 @@ jobs: | |
|
|
||
| snyk_test: | ||
| docker: | ||
| - image: cimg/openjdk:11.0.29 # this should match what's used in the rest of the project | ||
| - image: cimg/openjdk:17.0 # this should match what's used in the rest of the project | ||
| steps: | ||
|
Comment on lines
50
to
53
|
||
| - checkout | ||
| - setup_remote_docker | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CircleCI image tag is now
cimg/openjdk:17.0(floating). This can change underneath you and introduce non-reproducible CI failures. Consider pinning to a specific patch tag (e.g.,cimg/openjdk:17.0.x) and updating intentionally.