aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorArnaud Launay <asl-github@launay.org>2017-01-06 22:19:07 +0100
committerOlaf Flebbe <of@oflebbe.de>2017-01-06 23:03:49 +0100
commit20d095a4c2ad8d3a2380f62ba18ad8b5c0ca54ab (patch)
tree7364c68426f99f4cf386b249686eb325262c23c0 /bigtop.bom
parent55561bbfef861806b518134f4f38b61351e5ec11 (diff)
BIGTOP-2649: Default Java8 blocks default debian jdk
Signed-off-by: Olaf Flebbe <of@oflebbe.de>
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop.bom b/bigtop.bom
index d02ab80a..56a76614 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -72,7 +72,7 @@ bigtop {
/** Base Configuration of the mirror and archives */
version = "1.2.0-SNAPSHOT"
stack {
- 'jdk' { version = '1.8'; version_base = version }
+ 'jdk' { version = "1." + ( System.getenv('BIGTOP_JDK') ?: "8" ); version_base = version }
'scala' { version = '2.11.8'; version_base = version }
}
apache {