From 919bd7f669c61500eee7231298d9880b320eb6f3 Mon Sep 17 00:00:00 2001 From: Prashant Sharma Date: Sun, 9 Feb 2014 22:17:52 -0800 Subject: Merge pull request #567 from ScrapCodes/style2. SPARK-1058, Fix Style Errors and Add Scala Style to Spark Build. Pt 2 Continuation of PR #557 With this all scala style errors are fixed across the code base !! The reason for creating a separate PR was to not interrupt an already reviewed and ready to merge PR. Hope this gets reviewed soon and merged too. Author: Prashant Sharma Closes #567 and squashes the following commits: 3b1ec30 [Prashant Sharma] scala style fixes --- project/project/SparkPluginBuild.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'project') diff --git a/project/project/SparkPluginBuild.scala b/project/project/SparkPluginBuild.scala index 0392a6051f..a88a5e1453 100644 --- a/project/project/SparkPluginBuild.scala +++ b/project/project/SparkPluginBuild.scala @@ -20,5 +20,7 @@ import sbt._ object SparkPluginDef extends Build { lazy val root = Project("plugins", file(".")) dependsOn(junitXmlListener) /* This is not published in a Maven repository, so we get it from GitHub directly */ - lazy val junitXmlListener = uri("git://github.com/chenkelmann/junit_xml_listener.git#3f8029fbfda54dc7a68b1afd2f885935e1090016") + lazy val junitXmlListener = uri( + "https://github.com/chenkelmann/junit_xml_listener.git#3f8029fbfda54dc7a68b1afd2f885935e1090016" + ) } -- cgit v1.2.3