change java version
All checks were successful
build-and-deploy / build-deploy (push) Successful in 1m2s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 1m2s
This commit is contained in:
@@ -12,11 +12,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 19
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: "19"
|
||||
java-version: "21"
|
||||
cache: gradle
|
||||
|
||||
- name: Build (skip tests)
|
||||
|
||||
Reference in New Issue
Block a user