add common pipeline for main and 2.1.x branches (#1256)
This commit is contained in:
9
.github/workflows/composites/setup-jdk17/action.yaml
vendored
Executable file
9
.github/workflows/composites/setup-jdk17/action.yaml
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
name: setup project with jdk-17
|
||||
description: setup project with jdk-17
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
Reference in New Issue
Block a user