summaryrefslogtreecommitdiffstats
path: root/tests/builders/fixtures/gradle.yaml
blob: 793a435958f230dd4de96cbec3ce762776c86d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
      switches:
        - "-g /foo/bar/.gradle"
        - "-PmavenUserName=foobar"
      tasks: |
             init
             build
             tests