You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by Arnaud Launay <as...@launay.org> on 2017/01/03 17:59:32 UTC

[PATCH 4/4] BIGTOP-2649: make gradle use the BIGTOP_JDK java version

---
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop.bom b/bigtop.bom
index 45fd248..b81cee4 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 {
-- 
2.1.4