From: Jim Procter Date: Tue, 23 Apr 2019 11:37:34 +0000 (+0100) Subject: JAL-1929 JAL-3224 getdown artefacts staged as getdown/website/${JAVA_VERSION}/... X-Git-Tag: Release_2_11_0~17^2~7^2~13 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=9795d3a2917ab732b09169b8f28275de452634b8 JAL-1929 JAL-3224 getdown artefacts staged as getdown/website/${JAVA_VERSION}/... --- 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