Skip to content

Commit 2d21b65

Browse files
author
Juergen Fickel
committed
Adjusted source version of Javadoc plugin.
Signed-off-by: Juergen Fickel <[email protected]>
1 parent 3c73a9d commit 2d21b65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

utils/result/pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,16 @@
6868
<scope>test</scope>
6969
</dependency>
7070
</dependencies>
71+
72+
<build>
73+
<plugins>
74+
<plugin>
75+
<groupId>org.apache.maven.plugins</groupId>
76+
<artifactId>maven-javadoc-plugin</artifactId>
77+
<configuration>
78+
<source>17</source>
79+
</configuration>
80+
</plugin>
81+
</plugins>
82+
</build>
7183
</project>

0 commit comments

Comments
 (0)