Skip to content

Commit

Permalink
Switch build, note blocked on deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Aug 8, 2024
1 parent da37df9 commit 292275d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
parameters:
java-tag:
type: string
default: "17.0.11"
default: "21.0.2"
orbs:
build-tools: circleci/build-tools@2.7.0
executors:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'adopt'
java-version: 21
distribution: 'temurin'
- name: Build with Maven
run: ./mvnw -B clean install
- name: code coverage
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
<version>3.8.5</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[11.0.11,18.0)</version>
<version>[17.0.0,22.0)</version>
</requireJavaVersion>
<banDuplicatePomDependencyVersions />
<bannedDependencies>
Expand Down Expand Up @@ -677,9 +677,9 @@
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
<version>1.8.0</version>
<version>1.11.0</version>
<configuration>
<compliance>17</compliance>
<compliance>21</compliance>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 292275d

Please sign in to comment.