Skip to content

Commit

Permalink
Downgrade to Java 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 7, 2024
1 parent 0a8eb0c commit dc72820
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<properties>
<bytebuddy.version>1.15.1</bytebuddy.version>
<datasourceMicrometerSpringBootVersion>1.0.5</datasourceMicrometerSpringBootVersion>
<java.version>22</java.version>
<java.version>21</java.version>
<jmolecules.version>2023.1.6</jmolecules.version>
<!-- For HAL FORMS integration fix -->
<spring-data-bom.version>2024.1.0-SNAPSHOT</spring-data-bom.version>
Expand Down Expand Up @@ -469,9 +469,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<enablePreview>true</enablePreview>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit dc72820

Please sign in to comment.