Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
Change defaultSettings => distSettings
Browse files Browse the repository at this point in the history
So that it doesn't conflict with sbt.defaultSettings, so that
I can then do a import com.gu.SbtDistPlugin._
  • Loading branch information
Graham Tackley committed Aug 5, 2011
1 parent 620951e commit 56678af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/gu/SbtDistPlugin.scala
Expand Up @@ -33,7 +33,7 @@ object SbtDistPlugin extends Plugin {
}


val defaultSettings: Seq[Project.Setting[_]] = Seq(
val distSettings: Seq[Project.Setting[_]] = Seq(
ivyConfigurations += distConf,
distFiles <<= deployLibFiles,
distPath <<= (target) { (target) => target / "dist" / "artifacts.zip" },
Expand Down

0 comments on commit 56678af

Please sign in to comment.