spring-boot/spring-boot-samples/spring-boot-sample-custom-layout
Andy Wilkinson 162a48806e Update custom layout sample so it builds with Java 9
Previously, the custom layout sample did not configure the source
and target for the compiler. This meant that both defaulted to 1.5
which is not supported by Java 9's javac. The oldest support version
is 1.6.

This commit sets the maven.compiler.source and maven.compiler.target
properties to 1.8 (the lowest version support by Boot 2.0) allowing
the sample to build with both Java 8 and Java 9.

See gh-10515
2017-10-13 16:22:50 +01:00
..
src Update custom layout sample so it builds with Java 9 2017-10-13 16:22:50 +01:00
pom.xml Polish 2017-10-10 11:55:47 -07:00