This commit is contained in:
Jindra Petřík
2026-02-07 20:37:55 +01:00
parent f2c5672fbb
commit a51deb8078
2 changed files with 22 additions and 21 deletions

View File

@@ -236,12 +236,12 @@ jobs:
- name: Check style
run: ant checkstyle
- name: Build and Test
- name: Build and Test (Release)
if: needs.compute-version.outputs.doRelease == 'true'
run: ant -new-version-set build test
run: ant new-version-set build test
- name: Build and Test
if: needs.compute-version.outputs.doRelease != 'true'
- name: Build and Test (Private)
if: needs.compute-version.outputs.doRelease == 'false'
run: ant build test
- name: Set Java 21