Skip to content

Commit 87785ce

Browse files
authored
Merge pull request #130 from gradle/erichaagdev/dev-release
Use latest BVS development release for select workflows
2 parents e1f9d8d + 8fe4009 commit 87785ce

22 files changed

+22
-0
lines changed

.github/workflows/run-experiments-apache-beam.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Download latest version of the validation scripts
3535
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3636
with:
37+
downloadDevelopmentRelease: true
3738
token: ${{ secrets.GITHUB_TOKEN }}
3839
- name: Remove Maven Settings
3940
# Beam uses the [gradle-maven-settings-plugin](https://github.com/mark-vieira/gradle-maven-settings-plugin/)

.github/workflows/run-experiments-apache-calcite.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Download latest version of the validation scripts
3232
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3333
with:
34+
downloadDevelopmentRelease: true
3435
token: ${{ secrets.GITHUB_TOKEN }}
3536
- name: Run experiment 1
3637
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-apache-geode.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Ignore Test Failures
3536
run: |

.github/workflows/run-experiments-apache-groovy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Run experiment 1
3536
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-apache-james.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Download latest version of the validation scripts
3333
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable
3434
with:
35+
downloadDevelopmentRelease: true
3536
token: ${{ secrets.GITHUB_TOKEN }}
3637
- name: Run experiment 1
3738
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable

.github/workflows/run-experiments-apache-jmeter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Ignore Test Failures
3536
run: |

.github/workflows/run-experiments-apache-kafka.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Ignore Test Failures
3536
run: |

.github/workflows/run-experiments-apache-lucene.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Run experiment 1
3536
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-apache-ofbiz.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Run experiment 1
3536
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-apache-openwhisk.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Run experiment 1
3536
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-apache-samza.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Download latest version of the validation scripts
2929
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3030
with:
31+
downloadDevelopmentRelease: true
3132
token: ${{ secrets.GITHUB_TOKEN }}
3233
- name: Run experiment 1
3334
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-apache-solr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Download latest version of the validation scripts
3737
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3838
with:
39+
downloadDevelopmentRelease: true
3940
token: ${{ secrets.GITHUB_TOKEN }}
4041
- name: Run experiment 1
4142
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-grails-core.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Download latest version of the validation scripts
3232
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3333
with:
34+
downloadDevelopmentRelease: true
3435
token: ${{ secrets.GITHUB_TOKEN }}
3536
- name: Run experiment 1
3637
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-microstream.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Download latest version of the validation scripts
3030
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable
3131
with:
32+
downloadDevelopmentRelease: true
3233
token: ${{ secrets.GITHUB_TOKEN }}
3334
- name: Run experiment 1
3435
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable

.github/workflows/run-experiments-openapi-generator.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Run experiment 1
3536
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable

.github/workflows/run-experiments-quarkus.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Download latest version of the validation scripts
3333
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable
3434
with:
35+
downloadDevelopmentRelease: true
3536
token: ${{ secrets.GITHUB_TOKEN }}
3637
- name: Run experiment 1
3738
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable

.github/workflows/run-experiments-spring-amqp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Run experiment 1
3536
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-spring-authorization-server.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Run experiment 1
3536
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-spring-boot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Download latest version of the validation scripts
3333
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3434
with:
35+
downloadDevelopmentRelease: true
3536
token: ${{ secrets.GITHUB_TOKEN }}
3637
- name: Ignore Test Failures
3738
run: |

.github/workflows/run-experiments-spring-framework.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Download latest version of the validation scripts
3636
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3737
with:
38+
downloadDevelopmentRelease: true
3839
token: ${{ secrets.GITHUB_TOKEN }}
3940
- name: Run experiment 1
4041
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-spring-kafka.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Run experiment 1
3536
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

.github/workflows/run-experiments-spring-security.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download latest version of the validation scripts
3131
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
3232
with:
33+
downloadDevelopmentRelease: true
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435
- name: Run experiment 1
3536
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable

0 commit comments

Comments
 (0)