Skip to content

Commit

Permalink
Include java stubs in jdk11 jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
zpinto committed Sep 12, 2024
1 parent 11b34db commit c474d7c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion helix-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<version>3.3.0</version>
<executions>
<execution>
<id>default-package-jdk11</id>
<id>default-package-jdk8</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
Expand All @@ -204,6 +204,17 @@
<classifier>jdk8</classifier>
</configuration>
</execution>
<execution>
<id>default-package-jdk11</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
<classifier>jdk11</classifier>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit c474d7c

Please sign in to comment.