diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index d897fcc..aa4fa67 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -1,6 +1,6 @@ name: bld-ci -on: [push, pull_request, workflow_dispatch] +on: [ push, pull_request, workflow_dispatch ] jobs: build-bld-project: @@ -8,7 +8,8 @@ jobs: strategy: matrix: - java-version: [17, 21, 22] + java-version: [ 17, 21, 22 ] + kotlin-version: [ 1.19.24, 2.0.0 ] steps: - name: Checkout source repository @@ -22,17 +23,15 @@ jobs: distribution: "zulu" java-version: ${{ matrix.java-version }} - - name: Download the examples dependencies + - name: Download dependencies [examples] working-directory: examples - run: | - chmod +x bld - ./bld download + run: ./bld download - - name: Run examples tests + - name: Run tests [examples] working-directory: examples run: ./bld compile test - - name: Build examples documentation + - name: Build documentation [examples] working-directory: examples run: | ./bld javadoc @@ -40,10 +39,7 @@ jobs: ./bld dokka-gfm ./bld dokka-jekyll - - name: Grant execute permission for bld - run: chmod +x bld - - - name: Download the dependencies + - name: Download dependencies run: ./bld download - name: Run tests diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index cde67cb..b04ed47 100644 --- a/.idea/libraries/bld.xml +++ b/.idea/libraries/bld.xml @@ -2,12 +2,12 @@ - + - + diff --git a/.vscode/settings.json b/.vscode/settings.json index d136e4d..33a9922 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,7 +9,7 @@ ], "java.configuration.updateBuildConfiguration": "automatic", "java.project.referencedLibraries": [ - "${HOME}/.bld/dist/bld-1.9.1.jar", + "${HOME}/.bld/dist/bld-2.0.0-SNAPSHOT.jar", "lib/**/*.jar" ] } diff --git a/examples/.idea/libraries/bld.xml b/examples/.idea/libraries/bld.xml index a2969be..2fb5ff0 100644 --- a/examples/.idea/libraries/bld.xml +++ b/examples/.idea/libraries/bld.xml @@ -2,12 +2,12 @@ - + - + diff --git a/examples/.idea/misc.xml b/examples/.idea/misc.xml index 78b0f96..04041f8 100644 --- a/examples/.idea/misc.xml +++ b/examples/.idea/misc.xml @@ -6,6 +6,7 @@ +