Moved from Gradle to bld

This commit is contained in:
Erik C. Thauvin 2023-11-12 00:14:33 -08:00
parent b7aee90edd
commit d326f5c6dd
83 changed files with 905 additions and 907 deletions

View file

@ -1,9 +1,10 @@
image: maven:3-openjdk-18
image: openjdk:17
pipelines:
default:
- step:
caches:
- gradle
name: Test with bld
script:
- bash ./gradlew check
- ./bld download
- ./bld compile
- ./bld test