From 9795d3a2917ab732b09169b8f28275de452634b8 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Tue, 23 Apr 2019 12:37:34 +0100 Subject: [PATCH 1/1] JAL-1929 JAL-3224 getdown artefacts staged as getdown/website/${JAVA_VERSION}/... --- .classpath | 1 + build.gradle | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.classpath b/.classpath index 00f7056..fb1078a 100644 --- a/.classpath +++ b/.classpath @@ -61,5 +61,6 @@ + diff --git a/build.gradle b/build.gradle index fa71080..bd9db2a 100644 --- a/build.gradle +++ b/build.gradle @@ -459,7 +459,9 @@ shadowJar { } ext { - getdownWebsiteDir = jalviewDir + '/' + getdown_website_dir + // where the getdown channel will be built. + // TODO: consider allowing this expression to be overrriden by -P arg + getdownWebsiteDir = jalviewDir + '/' + getdown_website_dir + '/' + JAVA_VERSION + '/' getdownAppDir = getdownWebsiteDir + '/' + getdown_app_dir getdownJ11libDir = getdownWebsiteDir + '/' + getdown_j11lib_dir getdownResourceDir = getdownWebsiteDir + '/' + getdown_resource_dir -- 1.7.10.2