Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GradleCommand = util.CommandWrapper{Executable: "gradle", Wrapper: "gradlew"}
View Source
var MavenCommand = util.CommandWrapper{Executable: "mvn", Wrapper: "mvnw"}
Functions ¶
func GetDependenciesGradle ¶
func GetDependenciesGradle(ctx context.Context, workspace string, a *latest.JibGradleArtifact) ([]string, error)
GetDependenciesGradle finds the source dependencies for the given jib-gradle artifact. All paths are absolute.
func GetDependenciesMaven ¶
func GetDependenciesMaven(ctx context.Context, workspace string, a *latest.JibMavenArtifact) ([]string, error)
GetDependenciesMaven finds the source dependencies for the given jib-maven artifact. All paths are absolute.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.