Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindGradleWrapper ¶
func GetBuildDirectory ¶ added in v0.8.0
func GetGradleCommand ¶ added in v0.8.0
GetGradleCommand returns the name of the gradle command. The gradle wrapper is preferred to use and gradle acts as a fallback command.
func GetTestSourceSets ¶ added in v0.37.0
Types ¶
type Builder ¶
type Builder struct {
*BuilderOptions
}
func NewBuilder ¶
func NewBuilder(opts *BuilderOptions) (*Builder, error)
func (*Builder) GradlePluginVersion ¶ added in v0.26.0
type BuilderOptions ¶
type BuilderOptions struct { ProjectDir string Parallel ParallelOptions Stdout io.Writer Stderr io.Writer }
func (*BuilderOptions) Validate ¶
func (opts *BuilderOptions) Validate() error
type ParallelOptions ¶
Click to show internal directories.
Click to hide internal directories.