sbt
CrossBuilding
object
CrossBuilding extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
Version: Regex
-
final
def
asInstanceOf[T0]: T0
-
def
byMajorVersion[T](version: String)(f: (Int) ⇒ T): T
-
def
chooseDefaultSbtVersion(version: String): String
-
def
clone(): AnyRef
-
val
crossSbtVersions: SettingKey[Seq[String]]
-
def
crossedName(name: String, version: String): String
-
def
currentCompatibleSbtVersion(version: String): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
extraSourceFolders(version: String, sourceFolder: File): Seq[File]
-
def
finalize(): Unit
-
val
forceUpdate: TaskKey[Unit]
-
final
def
getClass(): java.lang.Class[_]
-
def
groupIdByVersion(version: String): String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
pluginProjectID: Initialize[ModuleID]
-
val
pluginSbtVersion: SettingKey[String]
-
def
sbtModuleDependency(moduleName: String)(version: String): ModuleID
-
def
sbtModuleDependencyInit(moduleName: String): Initialize[ModuleID]
-
def
scalaVersionByVersion(version: String): String
-
def
scriptedSettings: SettingsDefinition
-
def
settings: Seq[sbt.Project.Setting[_]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
usesCrossBuilding(version: String): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
The idea here is to be able to define a "sbtVersion in sbtPlugin" which directs the dependencies of the plugin to build to the specified sbt plugin version.
More work is needed to make that work properly for sbt >= 0.12.