Skip to content

Commit

Permalink
fix packaging for both jdk 17 and jdk8 (#773)
Browse files Browse the repository at this point in the history
* set declared=true for ark plugin

* add export for web plugin

* update version to 2.2.4-SNAPSHOT

* update gpg version

* fix gpg

* try to fix gpg error

* format test action

* fix release

* fix release

* add snapshot release action

* no repository modify

* fix jdk17 and jdk8 packaging

---------

Co-authored-by: youji.zzl <youji.zzl@antfin.com>
  • Loading branch information
lvjing2 and youji.zzl authored Nov 13, 2023
1 parent 29315ab commit 9a7c7fc
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 9a7c7fc

Please sign in to comment.