Skip to content

Commit

Permalink
Disable this plugin by default (fixes databricks#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Oct 10, 2016
1 parent 8d6236c commit 805008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/sbtsparkpackage/SparkPackagePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object SparkPackagePlugin extends AutoPlugin {

override def requires = plugins.JvmPlugin && AssemblyPlugin

override def trigger = allRequirements
override def trigger = noTrigger

def listFilesRecursively(dir: File): Seq[File] = {
val list = IO.listFiles(dir)
Expand Down

0 comments on commit 805008b

Please sign in to comment.