[CI] Apps plugin worfklow specify Java 17 distribution
This commit is contained in:
5
.github/workflows/apps-plugin-milestone.yml
vendored
5
.github/workflows/apps-plugin-milestone.yml
vendored
@@ -19,7 +19,10 @@ jobs:
|
||||
working-directory: spring-cloud-dataflow-apps-plugin
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
- uses: jvalkeal/setup-maven@v1
|
||||
with:
|
||||
maven-version: 3.8.8
|
||||
|
||||
3
.github/workflows/apps-plugin-release.yml
vendored
3
.github/workflows/apps-plugin-release.yml
vendored
@@ -16,6 +16,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
- uses: jvalkeal/setup-maven@v1
|
||||
with:
|
||||
maven-version: 3.8.8
|
||||
|
||||
3
.github/workflows/apps-plugin-snapshot.yml
vendored
3
.github/workflows/apps-plugin-snapshot.yml
vendored
@@ -19,6 +19,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
- uses: jvalkeal/setup-maven@v1
|
||||
with:
|
||||
maven-version: 3.8.8
|
||||
|
||||
Reference in New Issue
Block a user