You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by cr...@apache.org on 2014/08/08 19:53:34 UTC

git commit: SAMZA-372-2; follow on patch to fix lesscss

Repository: incubator-samza
Updated Branches:
  refs/heads/master 39387ec85 -> cd17b265e


SAMZA-372-2; follow on patch to fix lesscss


Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/cd17b265
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/cd17b265
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/cd17b265

Branch: refs/heads/master
Commit: cd17b265ef1941ab7887dfa097e23284b884dc27
Parents: 39387ec
Author: Chris Riccomini <cr...@criccomi-mn.linkedin.biz>
Authored: Fri Aug 8 10:53:20 2014 -0700
Committer: Chris Riccomini <cr...@criccomi-mn.linkedin.biz>
Committed: Fri Aug 8 10:53:20 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/cd17b265/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 8039702..357bb0e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -235,7 +235,7 @@ project(":samza-yarn_$scalaVersion") {
     source = fileTree('src/main/less') {
       include 'main.less'
     }
-    dest = '$buildDir/resources/main/scalate/css'
+    dest = "$buildDir/resources/main/scalate/css"
   }
 
   jar.dependsOn("lesscss")