Skip to content

Commit e2ba68b

Browse files
wwillard7800filipelautert
authored andcommitted
DAT-20723
Fixed another setting
1 parent 84e71a3 commit e2ba68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<configuration>
173173
<rules>
174174
<requireJavaVersion>
175-
<version>11</version>
175+
<version>17</version>
176176
</requireJavaVersion>
177177
</rules>
178178
</configuration>
@@ -222,7 +222,7 @@
222222
<artifactId>maven-javadoc-plugin</artifactId>
223223
<version>${maven-javadoc-plugin.version}</version>
224224
<configuration>
225-
<source>1.8</source>
225+
<source>17</source>
226226
<author>false</author>
227227
<doctitle>Liquibase ${project.name} ${project.version} API</doctitle>
228228
<quiet>true</quiet>

0 commit comments

Comments
 (0)