mirror of https://github.com/sbt/sbt.git
Merge pull request #8112 from xuwei-k/RefThenConfig-extension-toString
remove RefThenConfig extension toString method
This commit is contained in:
commit
e9e263469d
|
|
@ -44,7 +44,6 @@ trait SlashSyntax:
|
||||||
|
|
||||||
extension (in: RefThenConfig)
|
extension (in: RefThenConfig)
|
||||||
def asScope: Scope = in.project.asScope.copy(config = in.config)
|
def asScope: Scope = in.project.asScope.copy(config = in.config)
|
||||||
def toString(): String = asScope.toString()
|
|
||||||
def /[K](key: Scoped.ScopingSetting[K]): K = asScope / key
|
def /[K](key: Scoped.ScopingSetting[K]): K = asScope / key
|
||||||
def /(task: AttributeKey[?]): Scope = asScope.copy(task = Select(task))
|
def /(task: AttributeKey[?]): Scope = asScope.copy(task = Select(task))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue