object PluginDefaults
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PluginDefaults
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val bloopConfigDir: sbt.Def.Initialize[sbt.File]
- lazy val bloopGenerate: sbt.Def.Initialize[Task[Unit]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
lazy val
emulateDependencyClasspath: sbt.Def.Initialize[Task[Seq[sbt.File]]]
Emulates
dependencyClasspathwithout triggering compilation of dependent projects.Emulates
dependencyClasspathwithout triggering compilation of dependent projects.Why do we do this instead of a simple
productDirectories ++ libraryDependencies? We want the classpath to have the correct topological order of the project dependencies. -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val installBloop: sbt.Def.Initialize[Task[Unit]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
javaConfiguration: sbt.Def.Initialize[Task[JavaConfiguration]]
Extract the information that we need to configure forking for run or test.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )