Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Danf/pin correto version #82

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pkg_origin=scottford
pkg_version=7.0.0
pkg_maintainer="Scott Ford <[email protected]>"
pkg_license=('Apache-2.0')
pkg_deps=(core/tomcat8 core/corretto core/mongo-tools)
pkg_build_deps=(core/corretto core/maven)
pkg_deps=(core/tomcat8 core/corretto/11.0.2.9.3 core/mongo-tools)
pkg_build_deps=(core/corretto/11.0.2.9.3 core/maven)
pkg_svc_user="root"
pkg_binds=(
[database]="port"
Expand All @@ -17,7 +17,7 @@ pkg_exposes=(port)

do_prepare()
{
export JAVA_HOME=$(hab pkg path core/corretto)
export JAVA_HOME=$(hab pkg path core/corretto/11.0.2.9.3)
}

do_build()
Expand Down