Skip to content

Commit

Permalink
chore(project): Add JDK 17 to Extra JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis committed Jan 25, 2024
1 parent 4a06e58 commit 823c714
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci.cambpm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ buildMavenAndDeployToMavenCentral([
jdk:11,
extraJdks: [
'openjdk-jdk-21-latest',
'jdk-21-latest'
'jdk-21-latest',
'openjdk-jdk-17-latest',
'jdk-17-latest'
],
mvn:3.8,
licenseCheck:true,
Expand Down

0 comments on commit 823c714

Please sign in to comment.