File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
rabbitmq_stream_management/test/http_SUITE_data
rabbitmq_stream/test/rabbit_stream_SUITE_data Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 8383 <artifactId >maven-compiler-plugin</artifactId >
8484 <version >${maven.compiler.plugin.version} </version >
8585 <configuration >
86- <source >1.8</source >
87- <target >1.8</target >
86+ <release >11</release >
8887 <compilerArgs >
8988 <arg >-Xlint:deprecation</arg >
9089 <arg >-Xlint:unchecked</arg >
Original file line number Diff line number Diff line change 9999 <artifactId >maven-compiler-plugin</artifactId >
100100 <version >${maven.compiler.plugin.version} </version >
101101 <configuration >
102- <source >1.8</source >
103- <target >1.8</target >
102+ <release >11</release >
104103 <compilerArgs >
105104 <arg >-Xlint:deprecation</arg >
106105 <arg >-Xlint:unchecked</arg >
You can’t perform that action at this time.
0 commit comments