Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Build fails due to missing dependency #16

Open
barbeau opened this issue Feb 9, 2022 · 0 comments
Open

Build fails due to missing dependency #16

barbeau opened this issue Feb 9, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@barbeau
Copy link
Member

barbeau commented Feb 9, 2022

Describe the bug
As mentioned in #12 (comment),
the opentripplanner-client-library artifact hasn't been published yet, so CI is failing. Cloning and building this project will also fail.

As a workaround you can clone https://github.com/CUTR-at-USF/opentripplanner-client-library and under opentripplanner-client-library project run:

./gradlew :otp-client-library:build
./gradlew build publishToMavenLocal

Depends on CUTR-at-USF/opentripplanner-client-library#14.

To Reproduce
Steps to reproduce the behavior:

  1. Build the project (CI or local)

Expected behavior
Project should build with a simple:

mvn clean package

Actual behavior

Build fails due to missing dependency

@barbeau barbeau added the bug Something isn't working label Feb 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant