Core configuration required to compile a single Java compilation target
Attributes
- Companion
- object
- Source
- AssemblyModule.scala
- Graph
-
- Supertypes
- Self type
Members list
Type members
Inherited classlikes
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Attributes
- Inherited from:
- Module
- Source
- Module.scala
- Supertypes
Value members
Abstract methods
Attributes
- Source
- AssemblyModule.scala
Attributes
- Source
- AssemblyModule.scala
Attributes
- Source
- AssemblyModule.scala
Upstream classfiles and resources from third-party libraries necessary to build an executable assembly
Upstream classfiles and resources from third-party libraries necessary to build an executable assembly
Attributes
- Source
- AssemblyModule.scala
Upstream classfiles and resources from locally-built modules necessary to build an executable assembly, but without this module's contribution
Upstream classfiles and resources from locally-built modules necessary to build an executable assembly, but without this module's contribution
Attributes
- Source
- AssemblyModule.scala
Concrete methods
An executable uber-jar/assembly containing all the resources and compiled classfiles from this module and all it's upstream modules and dependencies
An executable uber-jar/assembly containing all the resources and compiled classfiles from this module and all it's upstream modules and dependencies
Attributes
- Source
- AssemblyModule.scala
Attributes
- Source
- AssemblyModule.scala
Similar to forkArgs
but only applies to the bat
launcher script
Similar to forkArgs
but only applies to the bat
launcher script
Attributes
- Source
- AssemblyModule.scala
Similar to forkArgs
but only applies to the sh
launcher script
Similar to forkArgs
but only applies to the sh
launcher script
Attributes
- Source
- AssemblyModule.scala
Creates a manifest representation which can be modified or replaced The default implementation just adds the Manifest-Version
, Main-Class
and Created-By
attributes
Creates a manifest representation which can be modified or replaced The default implementation just adds the Manifest-Version
, Main-Class
and Created-By
attributes
Attributes
- Source
- AssemblyModule.scala
What shell script to use to launch the executable generated by assembly
. Defaults to a generic "universal" launcher that should work for Windows, OS-X and Linux
What shell script to use to launch the executable generated by assembly
. Defaults to a generic "universal" launcher that should work for Windows, OS-X and Linux
Attributes
- Source
- AssemblyModule.scala
Build the assembly for third-party dependencies separate from the current classpath
Build the assembly for third-party dependencies separate from the current classpath
This should allow much faster assembly creation in the common case where third-party dependencies do not change
Attributes
- Source
- AssemblyModule.scala
Build the assembly for upstream dependencies separate from the current classpath
Build the assembly for upstream dependencies separate from the current classpath
This should allow much faster assembly creation in the common case where upstream dependencies do not change
Attributes
- Source
- AssemblyModule.scala
Inherited methods
Attributes
- Inherited from:
- BaseClass
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Module -> Any
- Inherited from:
- Module
- Source
- Module.scala