File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
24 <modelVersion >4.0.0</modelVersion >
35
46 <groupId >io.scalecube</groupId >
111113 <version >${maven-compiler-plugin.version} </version >
112114 <configuration >
113115 <release >17</release >
116+ <source >17</source >
117+ <target >17</target >
114118 </configuration >
115119 </plugin >
116120 <plugin >
184188 <message >The reactor is not valid</message >
185189 <ignoreModuleDependencies >true</ignoreModuleDependencies >
186190 </reactorModuleConvergence >
187- <dependencyConvergence />
191+ <dependencyConvergence />
188192 </rules >
189193 </configuration >
190194 </execution >
You can’t perform that action at this time.
0 commit comments