We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50828e commit 250e333Copy full SHA for 250e333
libraries/BridJ/pom.xml
@@ -541,6 +541,11 @@ BridJ is opensource software. Please refer to LICENSE.BridJ.txt to know under wh
541
<classifier>android</classifier>
542
<type>zip</type>
543
</artifact>
544
+ <artifact>
545
+ <file>${project.build.directory}/${project.build.finalName}-android.zip.asc</file>
546
+ <classifier>android</classifier>
547
+ <type>zip.asc</type>
548
+ </artifact>
549
</artifacts>
550
</configuration>
551
</execution>
0 commit comments