Skip to content

Commit 2b2fc60

Browse files
committed
Update pub script to ensure osgi_scanning is done on signed jars as well.
1 parent 29936b6 commit 2b2fc60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/pub.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ source ci/common.sh
1414
export JAVA_HOME=`openjdk_21`
1515
export PATH=$JAVA_HOME/bin:$PATH
1616

17+
./gradlew clean build -x test
18+
./osgi_scan.sh
1719

18-
./gradlew clean build publishAllPublicationsToCwmavenRepository -x test
20+
./gradlew publishAllPublicationsToCwmavenRepository -x test
1921

2022

0 commit comments

Comments
 (0)