Bumped bld to version 2.0.0-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-07-22 17:01:34 -07:00
parent 051f744831
commit df9aee7ca3
Signed by: erik
GPG key ID: 776702A6A2DA330E
6 changed files with 18 additions and 21 deletions

View file

@ -22,11 +22,9 @@ jobs:
distribution: "zulu"
java-version: ${{ matrix.java-version }}
- name: Grant execute permission for bld
run: chmod +x bld
- name: Download the dependencies
- name: Download dependencies
run: ./bld download
- name: Run tests with bld
- name: Run tests
run: ./bld compile test