Skip to content

Commit

Permalink
chore(project): Add JDK 21 Build Support
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis committed Jan 24, 2024
1 parent 7c9d40a commit ba108aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci.cambpm
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@Library("camunda-ci") _
buildMavenAndDeployToMavenCentral([
jdk:11,
extraJdks: [
'openjdk-jdk-21-latest',
'jdk-21-latest'
]
mvn:3.8,
licenseCheck:true,
publishZipArtifactToCamundaOrg:true
Expand Down

0 comments on commit ba108aa

Please sign in to comment.