LocalProject

sbt.LocalProject
final case class LocalProject(project: String) extends ProjectReference

Identifies a project in the current build context.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Reference
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def /(key: AttributeKey[_]): Scope

Attributes

Inherited from:
Reference
final def /[K](key: ScopingSetting[K]): K

Attributes

Inherited from:
Reference
def /(configAxis: ScopeAxis[ConfigKey]): RichConfiguration

Attributes

Inherited from:
Reference
def /(c: Configuration): RichConfiguration

Attributes

Inherited from:
Reference

Attributes

Inherited from:
Reference
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product