make sure modules using java8 (#3313)

This commit is contained in:
Doha2012
2017-12-28 16:30:01 +02:00
committed by Grzegorz Piwowarek
parent 5e25e2c3ea
commit 962dfd228f
65 changed files with 113 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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">
<!-- Spring IO Platform is the parent of the generated application to be able to
<!-- Spring IO Platform is the parent of the generated application to be able to
use Spring Boot and all its default configuration -->
<parent>
<groupId>io.spring.platform</groupId>
@@ -500,6 +500,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>