Skip to content

Commit 0502ac1

Browse files
committed
fix JavaSieve ci-validate because it uses too old gradle
1 parent e2391ed commit 0502ac1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Samples/JavaSieve/ci-validate.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
echo "Prepare the dependency..."
44
git clone https://github.com/gazman-sdk/quadratic-sieve-Java
55
cd quadratic-sieve-Java || exit
6-
sh ./gradlew jar
6+
# we use the root gradlew since this project uses ancient gradle that won't support our recent JDK in CI
7+
sh ../../gradlew jar
78
cd .. || exit
89

910
echo "Run the sample..."

0 commit comments

Comments
 (0)