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 Feb 13, 2024
1 parent 29a2791 commit 443f110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion camunda-spin/.ci.cambpm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ buildMavenAndDeployToMavenCentral([
publishZipArtifactToCamundaOrg:true,
extraJdks: [
'jdk-17-latest',
'jdk-21-latest',
'openjdk-jdk-11-latest',
'openjdk-jdk-17-latest'
'openjdk-jdk-17-latest',
'openjdk-jdk-21-latest'
]
])

0 comments on commit 443f110

Please sign in to comment.