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.
2 parents 4ee09d0 + dd67607 commit 1727a8bCopy full SHA for 1727a8b
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
jobs:
4
build:
5
docker:
6
- - image: 'cimg/openjdk:20.0'
+ - image: 'cimg/openjdk:21.0.2'
7
steps:
8
- checkout
9
- run:
@@ -13,7 +13,7 @@ jobs:
13
executors:
14
jdk:
15
16
17
18
orbs:
19
maven: circleci/[email protected]
pom.xml
@@ -12,10 +12,10 @@
12
</modules>
<properties>
- <java.version>11</java.version>
+ <java.version>21</java.version>
<sonar.projectKey>piomin_sample-java-sonar</sonar.projectKey>
<sonar.organization>piomin</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
20
21
-</project>
+</project>
0 commit comments