Skip to content

Commit 6664814

Browse files
authored
chore: enforce min java version in pom (#314)
1 parent 500e3bd commit 6664814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<artifactId>maven-compiler-plugin</artifactId>
183183
<version>3.13.0</version>
184184
<configuration>
185-
<release>8</release>
185+
<release>11</release>
186186
<encoding>UTF-8</encoding>
187187
</configuration>
188188
</plugin>

0 commit comments

Comments
 (0)