X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.gradle;h=e7e6abba67e986ea5378b4cc3813864073d70ee6;hb=d043ce47fc710d3eb2629ba926a8a7417bd67d8c;hp=bde50b57b367abbc8de6286fd68e0749ad97494f;hpb=04c8f7bff663aa469127e9eed4164e02933782f1;p=jalview.git diff --git a/build.gradle b/build.gradle index bde50b5..e7e6abb 100644 --- a/build.gradle +++ b/build.gradle @@ -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