Moved from Gradle to bld

This commit is contained in:
Erik C. Thauvin 2023-11-23 22:59:06 -08:00
parent 594ca811e3
commit 3fa34848f5
111 changed files with 1008 additions and 1765 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