Updated dependencies

Bumped bld to version 2.1.0
Bumped Gradle to version 8.10.111
This commit is contained in:
Erik C. Thauvin 2024-09-09 13:43:55 -07:00
parent bc8f5d7670
commit 925338034b
Signed by: erik
GPG key ID: 776702A6A2DA330E
29 changed files with 139 additions and 134 deletions

View file

@ -1,10 +1,20 @@
image: openjdk:17
image: ubuntu:latest
pipelines:
default:
- step:
name: Test with bld
script:
# Install latest Java & Kotlin via SDKMAN!
- apt-get update -qq && apt-get install -y curl zip
- curl -s "https://get.sdkman.io" | bash
- echo sdkman_auto_answer=true > $HOME/.sdkman/etc/config
- echo sdkman_auto_selfupdate=true >> $HOME/.sdkman/etc/config
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk install java
- sdk install kotlin
- source "$HOME/.sdkman/bin/sdkman-init.sh"
# Download, compile and test with bld
- ./bld download
- ./bld compile
- ./bld test