change java version
All checks were successful
build-and-deploy / build-deploy (push) Successful in 1m2s

This commit is contained in:
androidlover5842
2026-01-26 19:25:23 +05:30
parent 3a5726203c
commit 14f739a54f
2 changed files with 3 additions and 3 deletions

View File

@@ -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)