Only delete root POM on Ubuntu

This commit is contained in:
Erik C. Thauvin 2025-03-26 10:29:55 -07:00
parent 1c5ae516d7
commit 217404b506
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -39,7 +39,7 @@ jobs:
./bld compile run
./bld run-java
- name: Run example [bld examples]
- name: Run example [gradle examples]
working-directory: examples/gradle
if: matrix.java-version != '24'
run: |
@ -58,7 +58,8 @@ jobs:
- name: Remove pom.xml
if: success() && matrix.java-version == env.COVERAGE_JDK && matrix.kotlin-version == env.COVERAGE_KOTLIN
run: rm -rf pom.xmlAdd debug logging
&& matrix.os == 'unbuntu-latest'
run: rm -rf pom.xml
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master