mill.scalalib.SonatypeCentralPublishModule
See theSonatypeCentralPublishModule companion trait
object SonatypeCentralPublishModule extends ExternalModule, TaskModule
Attributes
- Companion
- trait
- Source
- SonatypeCentralPublishModule.scala
- Graph
-
- Supertypes
-
trait TaskModuleclass ExternalModuleclass BaseModuletrait BaseModuleApitrait Moduletrait ModuleApitrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Self type
Members list
Type members
Inherited classlikes
@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object moduleInternal extends Internal
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
Concrete methods
The name of the default command, which will be automatically executed if the module name is provided at the Mill command line.
The name of the default command, which will be automatically executed if the module name is provided at the Mill command line.
Attributes
def publishAll(publishArtifacts: Tasks[PublishData], username: String, password: String, shouldRelease: Boolean, gpgArgs: String, readTimeout: Int, connectTimeout: Int, awaitTimeout: Int, bundleName: String): Command[Unit]
Attributes
Inherited methods
Attributes
- Inherited from:
- BaseModule
- Source
- BaseModule.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Definition Classes
- Inherited from:
- ExternalModule
- Source
- ExternalModule.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
Concrete fields
Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
Implicits
Inherited implicits
Attributes
- Inherited from:
- Module
- Source
- Module.scala
In this article