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 Feb 13, 2024
2 parents 2e6ad80 + 075bd9b commit a96504e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions freemarker-template-engine/.ci.cambpm
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
@Library("camunda-ci") _
buildMavenAndDeployToMavenCentral([
jdk:11,
extraJdks: [
'openjdk-jdk-21-latest',
'jdk-21-latest',
'openjdk-jdk-17-latest',
'jdk-17-latest'
],
mvn:3.8,
licenseCheck:true,
publishZipArtifactToCamundaOrg:true
Expand Down
2 changes: 2 additions & 0 deletions freemarker-template-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<properties>
<license.includeTransitiveDependencies>false</license.includeTransitiveDependencies>
<maven-bundle-plugin.version>5.1.1</maven-bundle-plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -56,6 +57,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
<configuration>
<instructions>
<Export-Package>org.camunda.templateengines*</Export-Package>
Expand Down

0 comments on commit a96504e

Please sign in to comment.