• Andy Wilkinson's avatar
    Update custom layout sample so it builds with Java 9 · 162a4880
    Andy Wilkinson authored
    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
    162a4880
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...