mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Let CI exercises using latest Gradle RC
This commit is contained in:
parent
863daedf86
commit
c8c53f54bb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/prod.yml
vendored
4
.github/workflows/prod.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Test dist download
|
- name: Test dist download
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
gradle-version: 6.6-milestone-1
|
gradle-version: rc
|
||||||
build-root-directory: __tests__/data/basic
|
build-root-directory: __tests__/data/basic
|
||||||
dependencies-cache-enabled: true
|
dependencies-cache-enabled: true
|
||||||
configuration-cache-enabled: true
|
configuration-cache-enabled: true
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Stop Gradle daemon
|
- name: Stop Gradle daemon
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
gradle-version: 6.6-milestone-1
|
gradle-version: rc
|
||||||
build-root-directory: __tests__/data/basic
|
build-root-directory: __tests__/data/basic
|
||||||
dependencies-cache-enabled: true
|
dependencies-cache-enabled: true
|
||||||
configuration-cache-enabled: true
|
configuration-cache-enabled: true
|
||||||
|
|
Loading…
Reference in a new issue