Skip to content

Commit

Permalink
Require only Java 11 for bootstrap-small-project
Browse files Browse the repository at this point in the history
  • Loading branch information
alban-auzeill committed Oct 23, 2024
1 parent 021f99b commit 7311880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions its/projects/maven/bootstrap-small-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>22</maven.compiler.source>
<maven.compiler.target>22</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

</project>

0 comments on commit 7311880

Please sign in to comment.