readthedocs: use mvn --batch-mode

Disables color and download progress output for more readable build logs.
This commit is contained in:
Alex Osborne
2025-10-28 16:50:00 +09:00
parent 03b9c27247
commit a76a91ac3b
+1 -1
View File
@@ -8,7 +8,7 @@ build:
- maven
jobs:
pre_build:
- mvn compile
- mvn --batch-mode compile
sphinx:
configuration: docs/conf.py
python: