diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9285397c..3bd1ee730 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/build.xml b/build.xml index 502006fc3..ccc4adc55 100644 --- a/build.xml +++ b/build.xml @@ -316,7 +316,7 @@ - + @@ -436,7 +436,7 @@ - + @@ -550,7 +550,7 @@ - + @@ -754,35 +754,36 @@ - + - - - - - + - + + - + - - - - - + - + + + + + + + + +