Skip to content

Commit

Permalink
Update pub script to ensure osgi_scanning is done on signed jars as w…
Browse files Browse the repository at this point in the history
…ell.
  • Loading branch information
mwcw committed Dec 13, 2024
1 parent 29936b6 commit 2b2fc60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/pub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ source ci/common.sh
export JAVA_HOME=`openjdk_21`
export PATH=$JAVA_HOME/bin:$PATH

./gradlew clean build -x test
./osgi_scan.sh

./gradlew clean build publishAllPublicationsToCwmavenRepository -x test
./gradlew publishAllPublicationsToCwmavenRepository -x test


0 comments on commit 2b2fc60

Please sign in to comment.