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 1c799d4 commit c935dabCopy full SHA for c935dab
.circleci/config.yml
@@ -13,15 +13,6 @@ jobs:
13
executor: machine_executor_amd64
14
steps:
15
- checkout
16
- - run:
17
- name: Install OpenJDK 21
18
- command: |
19
- java -version
20
- sudo apt-get update && sudo apt-get install openjdk-21-jdk
21
- sudo update-alternatives --set java /usr/lib/jvm/java-21-openjdk-amd64/bin/java
22
- sudo update-alternatives --set javac /usr/lib/jvm/java-21-openjdk-amd64/bin/javac
23
24
- export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64
25
- run:
26
name: Maven Tests
27
command: mvn test
@@ -32,7 +23,7 @@ orbs:
32
executors:
33
machine_executor_amd64:
34
machine:
35
- image: ubuntu-2204:2023.10.1
+ image: ubuntu-2204:current
36
environment:
37
28
architecture: "amd64"
38
29
platform: "linux/amd64"
0 commit comments