You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2018/02/09 14:36:02 UTC

incubator-freemarker-online-tester git commit: (Gradle build fix)

Repository: incubator-freemarker-online-tester
Updated Branches:
  refs/heads/master ce375796e -> 9693a75b4


(Gradle build fix)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/commit/9693a75b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/tree/9693a75b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/diff/9693a75b

Branch: refs/heads/master
Commit: 9693a75b4867589d6a06ba5a501410726a2d1290
Parents: ce37579
Author: ddekany <dd...@apache.org>
Authored: Fri Feb 9 15:35:52 2018 +0100
Committer: ddekany <dd...@apache.org>
Committed: Fri Feb 9 15:35:52 2018 +0100

----------------------------------------------------------------------
 build.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/9693a75b/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 34dab49..f307eb1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -120,9 +120,8 @@ task rat {
         ant.ratReport(reportFile: "build/rat-report.txt") {
             fileset(dir: "", excludesfile: "rat-excludes")
         }
+        project.logger.lifecycle('Rat reports were written into build/rat-report.txt')
     }
-    
-    project.logger.lifecycle('Rat reports will be written into build/rat-report.txt')
 }
 
 check.dependsOn jacocoTestReport