The main project supports Java 7 or later, but, prior to this commit, the Spring HATEOAS sample required Java 8. This commit updates updates the Spring HATEOAS sample to make it compatible with Java 7 and updates the build configuration of both samples to specify Java 7. Closes gh-51
5 lines
77 B
YAML
5 lines
77 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk7
|
|
script:
|
|
- "./gradlew build buildSamples" |