mirror of https://github.com/sbt/sbt.git
Add alias
This commit is contained in:
parent
89c3b3544d
commit
9c7168fbc7
|
|
@ -263,7 +263,7 @@ lazy val js = project
|
|||
)
|
||||
|
||||
lazy val coursier = project
|
||||
.in(file("."))
|
||||
.in(root)
|
||||
.aggregate(
|
||||
coreJvm,
|
||||
coreJs,
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ object Aliases {
|
|||
|
||||
def ShadingPlugin = coursier.ShadingPlugin
|
||||
|
||||
def root = file(".")
|
||||
|
||||
|
||||
implicit class ProjectOps(val proj: Project) extends AnyVal {
|
||||
def dummy: Project =
|
||||
|
|
|
|||
Loading…
Reference in New Issue