Java version param
This commit is contained in:
@@ -13,6 +13,8 @@ on:
|
||||
secrets:
|
||||
AWS_CA_TOKEN:
|
||||
required: true
|
||||
JAVA_VERSION:
|
||||
required: true
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -26,10 +28,10 @@ jobs:
|
||||
with:
|
||||
maven-version: '3.9.9'
|
||||
|
||||
- name: Set up JDK 8
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '8'
|
||||
java-version: ${{ secrets.NODE_VERSION }}
|
||||
distribution: 'corretto'
|
||||
cache: maven
|
||||
|
||||
|
||||
Reference in New Issue
Block a user