unable to build from master
- Dominant language
- Java
- Stars
- 3.7k
- Forks
- 736
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to build from master src, but the build fails with this dependency error:
```
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration ':databus2-relay:databus2-event-producer-or:compileClasspath'.
> Could not find com.google:open-replicator:1.0.7.
Searched in the following locations:
https://repo1.maven.org/maven2/com/google/open-replicator/1.0.7/open-replicator-1.0.7.pom
https://repo1.maven.org/maven2/com/google/open-replicator/1.0.7/open-replicator-1.0.7.jar
http://maven.restlet.org/com/google/open-replicator/1.0.7/open-replicator-1.0.7.pom
http://maven.restlet.org/com/google/open-replicator/1.0.7/open-replicator-1.0.7.jar
file:/home/rsoares/dev/github/linkedin/databus/sandbox-repo/com/google/open-replicator/1.0.7/open-replicator-1.0.7.ivy
file:/home/rsoares/dev/github/linkedin/databus/sandbox-repo/com/google/open-replicator/1.0.7/open-replicator-1.0.7.jar
Required by:
databus.databus2-relay:databus2-event-producer-or:2.0.0
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
```
Is that dependency correct? It appears there is no `com.google:open-replicator:1.0.7` GAV on public maven repos
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the master build and inspect the databus2-relay:databus2-event-producer-or compileClasspath dependency resolution for com.google:open-replicator:1.0.7. Verify whether the dependency is available from the listed repositories or needs a corrected declaration, then confirm that the build completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100