Skip to content

Commit

Permalink
jclouds requires Java 11
Browse files Browse the repository at this point in the history
This should resolve CI failures.
  • Loading branch information
gaul committed May 11, 2024
1 parent 8df4935 commit bc20012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
</developers>

<properties>
<jdk.version>1.8</jdk.version>
<jdk.version>11</jdk.version>
<maven.compile.source>${jdk.version}</maven.compile.source>
<maven.compile.target>${jdk.version}</maven.compile.target>
<maven.compile.deprecation>true</maven.compile.deprecation>
Expand Down

0 comments on commit bc20012

Please sign in to comment.