Java version param
This commit is contained in:
@@ -12,6 +12,8 @@ on:
|
||||
required: true
|
||||
MVN_SETTINGS_XML:
|
||||
required: true
|
||||
JAVA_VERSION:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -29,10 +31,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