Documentation
¶
Overview ¶
Package gradle implements analyzers for Gradle.
A `BuildTarget` in Gradle is `$PROJECT:$CONFIGURATION`, where the Gradle module would list its dependencies by running `gradle $PROJECT:dependencies --configuration=$CONFIGURATION`. The directory of the `build.gradle` file is specified by `Dir`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Cmd string `mapstructure:"cmd"`
Task string `mapstructure:"task"`
Online bool `mapstructure:"online"`
AllSubmodules bool `mapstructure:"allsubmodules"`
// TODO: These are temporary until v2 configuration files (with proper BuildTarget) are implemented.
Project string `mapstructure:"project"`
Configuration string `mapstructure:"configuration"`
}
Click to show internal directories.
Click to hide internal directories.