forked from TuxCoding/FastLogin
Fix Java workflow setup
This commit is contained in:
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@@ -39,9 +39,9 @@ jobs:
|
|||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'temurin'
|
||||||
# Use Java 16, because it's minimum required version by Geyser
|
# Use Java 16+, because it's minimum required version by Geyser
|
||||||
java-version: 16
|
java-version: 17
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
|
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@@ -31,8 +31,8 @@ jobs:
|
|||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
# Use Java 16, because it's minimum required version by Geyser
|
# Use Java 16+, because it's minimum required version by Geyser
|
||||||
java-version: 16
|
java-version: 17
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
|
|
||||||
# Build and test (included in package)
|
# Build and test (included in package)
|
||||||
|
Reference in New Issue
Block a user