Skip to content

Commit 802e34d

Browse files
committed
chore: bumped down the java version to 17 to pass at ci process
1 parent 37d768f commit 802e34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quarkus-pagination/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<properties>
99
<compiler-plugin.version>3.12.1</compiler-plugin.version>
10-
<maven.compiler.release>21</maven.compiler.release>
10+
<maven.compiler.release>17</maven.compiler.release>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1313
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>

0 commit comments

Comments
 (0)