Skip to content

Commit 581422a

Browse files
committed
Switch to Java 8 to ensure Maven (reactor) build
cf. support-and-care/maven-support-and-care#77
1 parent b3b3dd7 commit 581422a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ under the License.
4848
</distributionManagement>
4949

5050
<properties>
51+
<maven.compiler.source>1.8</maven.compiler.source>
52+
<maven.compiler.target>1.8</maven.compiler.target>
53+
5154
<checkstyle.violation.ignore>FileLength</checkstyle.violation.ignore>
5255
<maven.site.path>studies/consumer-pom</maven.site.path>
5356
</properties>

0 commit comments

Comments
 (0)