File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
rabbitmq_stream/test/rabbit_stream_SUITE_data
rabbitmq_stream_management/test/http_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 83
83
<artifactId >maven-compiler-plugin</artifactId >
84
84
<version >${maven.compiler.plugin.version} </version >
85
85
<configuration >
86
- <source >1.8</source >
87
- <target >1.8</target >
86
+ <release >11</release >
88
87
<compilerArgs >
89
88
<arg >-Xlint:deprecation</arg >
90
89
<arg >-Xlint:unchecked</arg >
Original file line number Diff line number Diff line change 99
99
<artifactId >maven-compiler-plugin</artifactId >
100
100
<version >${maven.compiler.plugin.version} </version >
101
101
<configuration >
102
- <source >1.8</source >
103
- <target >1.8</target >
102
+ <release >11</release >
104
103
<compilerArgs >
105
104
<arg >-Xlint:deprecation</arg >
106
105
<arg >-Xlint:unchecked</arg >
You can’t perform that action at this time.
0 commit comments