gradle

package
v0.0.0-...-152d858 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2018 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateBuildConfig

func CreateBuildConfig(configFilePath string) error

func Gradle

func Gradle(tasks, configPath string, configuration *utils.BuildConfiguration) error

Types

type GradleBuildConfig

type GradleBuildConfig struct {
	prompt.CommonConfig `yaml:"common,inline"`
	UsePlugin           bool           `yaml:"usePlugin,omitempty"`
	UseWrapper          bool           `yaml:"useWrapper,omitempty"`
	Resolver            GradleRepo     `yaml:"resolver,omitempty"`
	Deployer            GradleDeployer `yaml:"deployer,omitempty"`
}

type GradleDeployer

type GradleDeployer struct {
	GradleRepo       `yaml:"deployer,inline"`
	DeployMavenDesc  bool   `yaml:"deployMavenDescriptors,omitempty"`
	DeployIvyDesc    bool   `yaml:"deployIvyDescriptors,omitempty"`
	IvyPattern       string `yaml:"ivyPattern,omitempty"`
	ArtifactsPattern string `yaml:"artifactPattern,omitempty"`
}

type GradleRepo

type GradleRepo struct {
	Repo   string              `yaml:"repo,omitempty"`
	Server prompt.ServerConfig `yaml:"server,inline"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL