Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix packaging for both jdk 17 and jdk8 #773

Merged
merged 18 commits into from
Nov 13, 2023
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@

<profile>
<id>release</id>
<properties>
<sofa.ark.version>${sofa.ark.version.default}</sofa.ark.version>
</properties>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -277,6 +280,9 @@

<profile>
<id>snapshot</id>
<properties>
<sofa.ark.version>${sofa.ark.version.default}</sofa.ark.version>
</properties>
<build>
<plugins>
<plugin>
Expand Down