Last active
July 19, 2016 13:20
-
-
Save lool/fd46647fdbb0a5d32d5b7edac5090b4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parts: | |
zulu-8-arm: | |
plugin: copy | |
source: https://zulu/.../zulu-8-arm.tar.gz | |
files: | |
"*": "opt/zulu/" | |
snap: | |
- opt/zulu/jre | |
build-environment: | |
- PATH: "opt/zulu/bin:$PATH" | |
- JAVA_HOME: "opt/zulu" | |
environment: | |
- PATH: "opt/zulu/jre/bin:$PATH" | |
- JAVA_HOME: "opt/zulu/jre" | |
myapp: | |
plugin: maven | |
after: [zulu-8-arm] | |
apps: | |
myapp: | |
command: java myapp.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment