Skip to content

Commit

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

0 comments on commit 4b38117

Please sign in to comment.