JAL-1929 JAL-3224 getdown artefacts staged as getdown/website/${JAVA_VERSION}/...
authorJim Procter <jprocter@issues.jalview.org>
Tue, 23 Apr 2019 11:37:34 +0000 (12:37 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 23 Apr 2019 11:37:34 +0000 (12:37 +0100)
.classpath
build.gradle

index 00f7056..fb1078a 100644 (file)
@@ -61,5 +61,6 @@
        <classpathentry kind="lib" path="lib/groovy-all-2.4.12-indy.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
        <classpathentry kind="lib" path="lib/intervalstore-v1.0.jar"/>
+       <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
        <classpathentry kind="output" path="classes"/>
 </classpath>
index fa71080..bd9db2a 100644 (file)
@@ -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