Skip to content

Commit 9b81cb9

Browse files
authored
Merge pull request #3738 from lcaouen/swagger_corrections
Swagger corrections
2 parents fef236d + b7b1175 commit 9b81cb9

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ build:
44
os: "ubuntu-22.04"
55
tools:
66
python: "3.12"
7+
apt_packages:
8+
- maven
9+
- openjdk-25-jdk
10+
jobs:
11+
pre_build:
12+
- mvn clean install
713

814
# Build from the docs/ directory with Sphinx
915
sphinx:

services/alarm-logger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<plugin>
182182
<groupId>io.github.kbuntrock</groupId>
183183
<artifactId>openapi-maven-plugin</artifactId>
184-
<version>0.0.28</version>
184+
<version>0.0.29</version>
185185
<executions>
186186
<execution>
187187
<id>documentation</id>

0 commit comments

Comments
 (0)