[CI] Apps plugin worfklow use Java 17
This commit is contained in:
3
.github/workflows/apps-plugin-milestone.yml
vendored
3
.github/workflows/apps-plugin-milestone.yml
vendored
@@ -20,9 +20,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'liberica'
|
||||
- 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,9 +16,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'liberica'
|
||||
- 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,9 +19,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'liberica'
|
||||
- uses: jvalkeal/setup-maven@v1
|
||||
with:
|
||||
maven-version: 3.8.8
|
||||
|
||||
Reference in New Issue
Block a user