Skip to content

Commit fb6b874

Browse files
committed
enable annotation processor
1 parent 36fbe6a commit fb6b874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_v2_code_samples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ do
4444
fi
4545

4646
sleep 0.5 # avoid too many request errors
47-
javac -cp ./target/dependency/*:./target/* "${OUTPUT_FILE}"
47+
javac -proc:full -cp ./target/dependency/*:./target/* "${OUTPUT_FILE}"
4848
java -cp .:./target/dependency/*:./target/* SimpleMindeeClientV2
4949

5050
done

0 commit comments

Comments
 (0)