From f1ec786a0445347b03f5ff827b0cccee623ac449 Mon Sep 17 00:00:00 2001 From: Samuel Langlois Date: Tue, 12 Jun 2012 14:50:01 +0000 Subject: [PATCH] Resurrect r37518: Fix build failing when checkout folder contains a dot git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.0@37678 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7989b0eca5..f6b6855337 100644 --- a/build.gradle +++ b/build.gradle @@ -223,7 +223,7 @@ subprojects { tree.each {File file -> - destinationFile = new File(file.getPath().replaceFirst('\\.', '-min.')) + destinationFile = new File(file.getPath().replaceFirst('\\.js', '-min.js')) file.withReader{ reader -> compressor = new com.yahoo.platform.yui.compressor.JavaScriptCompressor(reader, null)