We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6a02c commit b7dd387Copy full SHA for b7dd387
deps/rabbitmq_stream/test/rabbit_stream_SUITE_data/pom.xml
@@ -83,8 +83,7 @@
83
<artifactId>maven-compiler-plugin</artifactId>
84
<version>${maven.compiler.plugin.version}</version>
85
<configuration>
86
- <source>1.8</source>
87
- <target>1.8</target>
+ <release>11</release>
88
<compilerArgs>
89
<arg>-Xlint:deprecation</arg>
90
<arg>-Xlint:unchecked</arg>
deps/rabbitmq_stream_management/test/http_SUITE_data/pom.xml
@@ -99,8 +99,7 @@
99
100
101
102
103
104
105
106
0 commit comments