Skip to content

Commit 69420c0

Browse files
committed
Revert Java version from 17 to 11 to support Quarkus DevSpaces
1 parent db25ecc commit 69420c0

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
@@ -177,8 +177,8 @@
177177
<artifactId>maven-compiler-plugin</artifactId>
178178
<version>${maven-compiler-plugin.version}</version>
179179
<configuration>
180-
<source>17</source>
181-
<target>17</target>
180+
<source>11</source>
181+
<target>11</target>
182182
</configuration>
183183
</plugin>
184184

0 commit comments

Comments
 (0)