File tree Expand file tree Collapse file tree
phoss-directory-publisher
phoss-directory-searchapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 strategy :
2828 matrix :
29- java : [ 21, 25 ]
29+ java : [ 17, 21, 25 ]
3030 name : Java ${{ matrix.java }} build
3131
3232 steps :
@@ -62,11 +62,11 @@ jobs:
6262
6363 - name : Build and deploy with Maven
6464 run : mvn --batch-mode --update-snapshots -P release-snapshot deploy
65- if : matrix.java == 21
65+ if : matrix.java == 17
6666 env :
6767 MAVEN_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
6868 MAVEN_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
6969
7070 - name : Maven Build
7171 run : mvn --batch-mode --update-snapshots install
72- if : matrix.java != 21
72+ if : matrix.java != 17
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9999 <instructions >
100100 <Automatic-Module-Name >com.helger.pd.client</Automatic-Module-Name >
101101 <Export-Package >com.helger.pd.client.*</Export-Package >
102- <Import-Package >!jakarta.annotation .*,*</Import-Package >
102+ <Import-Package >!org.jspecify.annotations .*,*</Import-Package >
103103 </instructions >
104104 </configuration >
105105 </plugin >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 157157 <!-- To use the filtered resources -->
158158 <Automatic-Module-Name >com.helger.pd.indexer</Automatic-Module-Name >
159159 <Export-Package >com.helger.pd.indexer.*</Export-Package >
160- <Import-Package >!jakarta.annotation .*,*</Import-Package >
160+ <Import-Package >!org.jspecify.annotations .*,*</Import-Package >
161161 <Require-Capability >osgi.extender; filter:="(osgi.extender=osgi.serviceloader.registrar)"</Require-Capability >
162162 <Provide-Capability >osgi.serviceloader; osgi.serviceloader=com.helger.xml.microdom.convert.IMicroTypeConverterRegistrarSPI</Provide-Capability >
163163 <!-- The latter one has precedence -->
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9393 <instructions >
9494 <Automatic-Module-Name >com.helger.pd.searchapi</Automatic-Module-Name >
9595 <Export-Package >com.helger.pd.searchapi.*</Export-Package >
96- <Import-Package >!jakarta.annotation .*,*</Import-Package >
96+ <Import-Package >!org.jspecify.annotations .*,*</Import-Package >
9797 </instructions >
9898 </configuration >
9999 </plugin >
You can’t perform that action at this time.
0 commit comments