Merge branch 'develop' into update_212_Dec_merge_with_21125_chamges
[jalview.git] / build.gradle
index bde50b5..e7e6abb 100644 (file)
@@ -409,7 +409,6 @@ ext {
   modules_compileClasspath = fileTree(dir: "${jalviewDir}/${j11modDir}", include: ["*.jar"])
   modules_runtimeClasspath = modules_compileClasspath
   */
-
   gitHash = "SOURCE"
   gitBranch = "Source"
   try {
@@ -1406,8 +1405,6 @@ def getMdSections(String content) {
   }
   return sections
 }
-
-
 task copyHelp(type: Copy) {
   def inputDir = helpSourceDir
   def outputDir = "${helpBuildDir}/${help_dir}"
@@ -1578,8 +1575,6 @@ task releasesTemplates {
   outputs.file(releasesHtmlFile)
   outputs.file(whatsnewHtmlFile)
 }
-
-
 task copyResources(type: Copy) {
   group = "build"
   description = "Copy (and make text substitutions in) the resources dir to the build area"
@@ -2252,7 +2247,6 @@ task getdownArchive() {
   dependsOn getdownArchiveBuild
   dependsOn getdownArchiveDigest
 }
-
 tasks.withType(JavaCompile) {
        options.encoding = 'UTF-8'
 }
@@ -2307,7 +2301,6 @@ task copyInstall4jTemplate {
       macosArchive.attributes().remove('executeSetupApp')
       macosArchive.attributes().remove('setupAppId')
     }
-
     // turn off checksum creation for LOCAL channel
     def e = install4jConfigXml.application[0]
     e.'@createChecksums' = string(install4jCheckSums)
@@ -2564,7 +2557,6 @@ task installers {
   dependsOn installerFiles
 }
 
-
 spotless {
   java {
     eclipse().configFile(eclipse_codestyle_file)
@@ -2739,7 +2731,6 @@ task dataInstallersJson {
 task helppages {
   group "help"
   description "Copies all help pages to build dir. Runs ant task 'pubhtmlhelp'."
-
   dependsOn copyHelp
   dependsOn pubhtmlhelp