Add JitPack token

This commit is contained in:
Erik C. Thauvin 2025-04-18 15:55:57 -07:00
parent 9e49da5d56
commit 749334493b
Signed by: erik
GPG key ID: 776702A6A2DA330E
5 changed files with 6 additions and 6 deletions

View file

@ -15,6 +15,6 @@ pipelines:
- sdk install kotlin
- source "$HOME/.sdkman/bin/sdkman-init.sh"
# Download, compile and test with bld
- ./bld download
- ./bld -Djitpack.token=$JITPACK_TOKEN download
- ./bld compile
- ./bld test