We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2391ed commit 0502ac1Copy full SHA for 0502ac1
Samples/JavaSieve/ci-validate.sh
@@ -3,7 +3,8 @@
3
echo "Prepare the dependency..."
4
git clone https://github.com/gazman-sdk/quadratic-sieve-Java
5
cd quadratic-sieve-Java || exit
6
-sh ./gradlew jar
+# we use the root gradlew since this project uses ancient gradle that won't support our recent JDK in CI
7
+sh ../../gradlew jar
8
cd .. || exit
9
10
echo "Run the sample..."
0 commit comments