summaryrefslogtreecommitdiffstats
path: root/tests/builders/fixtures/gradle.yaml
blob: 7a05a656f52ff2cec59fe118c7ca24781ba523dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
builders:
  - gradle:
      build-file: "build.gradle"
      gradle-name: "gradle-1.2"
      wrapper: true
      executable: true
      use-root-dir: true
      root-build-script-dir: ${workspace}/tests
      pass-system-properties: true
      pass-project-properties: true
      switches:
        - "-g /foo/bar/.gradle"
        - "-PmavenUserName=foobar"
      tasks: |
             init
             build
             tests