Skip to content

Instantly share code, notes, and snippets.

@goldmann
Created April 30, 2019 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldmann/16164801285c9b144dcbbd7f84056a4e to your computer and use it in GitHub Desktop.
Save goldmann/16164801285c9b144dcbbd7f84056a4e to your computer and use it in GitHub Desktop.

Repour providers

Gradle provider

Configuration

{
    "adjust": {
        "GRADLE": {
            "gradleAnalyzerPluginVersion": "0.1-SNAPSHOT",
            "gradleAnalyzerPluginLibDir": "/home/goldmann/git/redhat/repour/libs",
            "defaultParameters": [
                "-Dda.endpoint.url=http://da-stage.psi.redhat.com/da/rest/v-1"
            ]
        }
    }
}

The gradleAnalyzerPluginVersion specifies the plugin version that is required to run the analyze phase.

There are multiple ways how the plugin can be provided. It can be fetched from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment