make sure modules using java8 (#3313)
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
5e25e2c3ea
commit
962dfd228f
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user