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