From 089a853776d0290491f0dac5074f52bb5786526f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 21 May 2025 13:43:31 -0700 Subject: [PATCH] Generate and convert JUnit reports for xunit-viewer --- .github/workflows/bld.yml | 3 +- .idea/misc.xml | 2 +- lib/bld/bld-wrapper.properties | 1 + .../rife/bld/extension/SpringBootBuild.java | 33 +++++++++++++++++++ 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 944b4a9..88fdacb 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -7,7 +7,6 @@ jobs: strategy: matrix: java-version: [ 17, 21, 24 ] - kotlin-version: [ 1.9.25, 2.0.21, 2.1.20 ] os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} @@ -44,4 +43,4 @@ jobs: run: ./bld download - name: Run tests - run: ./bld compile test \ No newline at end of file + run: ./bld compile test diff --git a/.idea/misc.xml b/.idea/misc.xml index dc8f8c0..6fc2b64 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -18,7 +18,7 @@