Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute(options *ExecuteOptions, utils Utils) error
Types ¶
type ExecuteOptions ¶
type ExecuteOptions struct { BuildGradlePath string `json:"path,omitempty"` Task string `json:"task,omitempty"` CreateBOM bool `json:"createBOM,omitempty"` }
ExecuteOptions are used by Execute() to construct the Gradle command line.
Click to show internal directories.
Click to hide internal directories.