Java 8 (runtime) compatibility
Closed this issue · 1 comments
headcr4sh commented
Issue
Plugins that have been compiled using Java 8 byte code (52) as a target won't work with the official GoCD docker image.
Cause
- The official GoCD Docker Image is based upon an image that still uses OpenJDK 7.
- It is based upon Ubuntu 14.04 LTS release (which might also be a bit old).
Possible solution
- Upgrade base Docker image to Ubuntu 16.04 LTS
- Install OpenJDK 8