We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fef236d + b7b1175 commit 9b81cb9Copy full SHA for 9b81cb9
2 files changed
.readthedocs.yaml
@@ -4,6 +4,12 @@ build:
4
os: "ubuntu-22.04"
5
tools:
6
python: "3.12"
7
+ apt_packages:
8
+ - maven
9
+ - openjdk-25-jdk
10
+ jobs:
11
+ pre_build:
12
+ - mvn clean install
13
14
# Build from the docs/ directory with Sphinx
15
sphinx:
services/alarm-logger/pom.xml
@@ -181,7 +181,7 @@
181
<plugin>
182
<groupId>io.github.kbuntrock</groupId>
183
<artifactId>openapi-maven-plugin</artifactId>
184
- <version>0.0.28</version>
+ <version>0.0.29</version>
185
<executions>
186
<execution>
187
<id>documentation</id>
0 commit comments