Skip to content

Commit

Permalink
Fixes JAVA_HOME_DIRS to work in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Jun 10, 2020
1 parent 2b6b9ee commit f1a99c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ include /usr/share/cdbs/1/class/ant.mk
#include /usr/share/cdbs/1/rules/dpatch.mk
#include /usr/share/cdbs/1/rules/simple-patchsys.mk

JAVA_HOME := /usr/lib/jvm/adoptopenjdk-8-jdk-hotspot
JAVA_HOME_DIRS := /usr/lib/jvm/default-java \
/usr/lib/jvm/adoptopenjdk-8-hotspot-amd64

DEB_ANT_BUILD_TARGET := jar

Expand Down

0 comments on commit f1a99c6

Please sign in to comment.