File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
pg/src/test/java/org/bouncycastle/openpgp/test Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ source ci/common.sh
1414export JAVA_HOME=` openjdk_21`
1515export 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
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ public class RegressionTest
7878 new LegacyX448KeyPairTest (),
7979
8080 new PGPv6MessageDecryptionTest (),
81-
8281 new Curve25519PrivateKeyEncodingTest (),
8382 new EdDSAKeyConversionWithLeadingZeroTest (),
8483 new ECDSAKeyPairTest (),
@@ -87,6 +86,7 @@ public class RegressionTest
8786 new PGPv5KeyTest (),
8887 new PGPv5MessageDecryptionTest (),
8988 new PGPv6SignatureTest (),
89+ new PGPKeyPairGeneratorTest (),
9090 new OpenPGPV6KeyGeneratorTest (),
9191 new PGPKeyRingGeneratorTest ()
9292 };
You can’t perform that action at this time.
0 commit comments