build: move JDK configuration for desktop app to Conveyor configuration

This commit is contained in:
Gauthier Roebroeck 2024-12-13 10:38:04 +08:00
parent 225f58f81c
commit 051cfb7248
6 changed files with 2 additions and 22 deletions

View file

@ -16,12 +16,6 @@ jobs:
name: Test server
steps:
- uses: actions/checkout@v4
- name: Setup Java 21
uses: actions/setup-java@v4
with:
java-version: 21
java-package: 'jdk'
distribution: 'temurin'
- name: Setup Java 17
uses: actions/setup-java@v4
with: