-
Notifications
You must be signed in to change notification settings - Fork 84
[BUG] Snapshot build is broken #138
Copy link
Copy link
Closed
Labels
Description
Describe the bug
Snapshot build in reports-scheduler is broken. Possibly other parts, too.
To Reproduce
cd reports-scheduler
./gradlew assemble --no-daemon --refresh-dependencies -DskipTests=true -Dopensearch.version=1.0.0-SNAPSHOT -Dbuild.snapshot=true
Fails as follows.
* What went wrong:
Execution failed for task ':compileKotlin'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find org.opensearch:opensearch-job-scheduler-spi:1.0.0.0.
Searched in the following locations:
- https://jcenter.bintray.com/org/opensearch/opensearch-job-scheduler-spi/1.0.0.0/opensearch-job-scheduler-spi-1.0.0.0.pom
- file:/home/ubuntu/.m2/repository/org/opensearch/opensearch-job-scheduler-spi/1.0.0.0/opensearch-job-scheduler-spi-1.0.0.0.pom
Required by:
project :
Expected behavior
Work, produce a -1.0.0.0-SNAPSHOT.zip artifact.
Reactions are currently unavailable