Skip to content

Commit 69be0bc

Browse files
authored
Merge pull request #100 from scalecube/test-ci-branch
Set both target and source to jdk 17
2 parents 19dca99 + 8739f4e commit 69be0bc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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>
@@ -111,6 +113,8 @@
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>
@@ -184,7 +188,7 @@
184188
<message>The reactor is not valid</message>
185189
<ignoreModuleDependencies>true</ignoreModuleDependencies>
186190
</reactorModuleConvergence>
187-
<dependencyConvergence />
191+
<dependencyConvergence/>
188192
</rules>
189193
</configuration>
190194
</execution>

0 commit comments

Comments
 (0)