Skip to content

Commit

Permalink
Merge pull request #12827 from rabbitmq/mergify/bp/v3.13.x/pr-12826
Browse files Browse the repository at this point in the history
Require Java 11 in stream Java client projects (backport #12825) (backport #12826)
  • Loading branch information
acogoluegnes authored Nov 27, 2024
2 parents db6a02c + b7dd387 commit 3f61b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions deps/rabbitmq_stream/test/rabbit_stream_SUITE_data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>11</release>
<compilerArgs>
<arg>-Xlint:deprecation</arg>
<arg>-Xlint:unchecked</arg>
Expand Down
3 changes: 1 addition & 2 deletions deps/rabbitmq_stream_management/test/http_SUITE_data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>11</release>
<compilerArgs>
<arg>-Xlint:deprecation</arg>
<arg>-Xlint:unchecked</arg>
Expand Down

0 comments on commit 3f61b9c

Please sign in to comment.