Skip to content

Commit

Permalink
[streams] downgrade java version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Iван committed Dec 8, 2023
1 parent 3b7d18c commit 02037f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<testcontainers.version>1.19.1</testcontainers.version>
<spotbugs.version>4.7.2.1</spotbugs.version>
<slf4j.version>2.0.9</slf4j.version>
<java.version>11</java.version>
<java.version>1.8</java.version>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -170,7 +170,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<release>${java.version}</release>
<target>${java.version}</target>
<source>${java.version}</source>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 02037f6

Please sign in to comment.