Fixed workflows/pipelines

This commit is contained in:
Erik C. Thauvin 2023-11-11 21:35:15 -08:00
parent f8cf0fd338
commit bcc5fe2cb7
4 changed files with 13 additions and 30 deletions

View file

@ -55,7 +55,7 @@ BITLY_ACCESS_TOKEN=abc123def456ghi789jkl0
### bld
To use with [bld](https://rife2.com/bld), include the following dependency in your [build](https://github.com/ethauvin/bitly-shorten/blob/master/examples/bld/src/bld/java/com/example/CryptoPriceExampleBuild.java) file:
To use with [bld](https://rife2.com/bld), include the following dependency in your [build](https://github.com/ethauvin/bitly-shorten/blob/master/examples/bld/src/bld/java/com/example/ExampleBuild.java) file:
```java
repositories = List.of(MAVEN_CENTRAL, SONATYPE_SNAPSHOTS_LEGACY);