corda-solutions icon indicating copy to clipboard operation
corda-solutions copied to clipboard

Master build fails

Open manosbatsis opened this issue 6 years ago • 0 comments

It appears com.r3:vr-db-service is not publicly accessible:

manos@tower:~/git/corda-solutions$ ./gradlew build
> Task :bn-apps:ledger-sync:ledger-sync-service:compileTestKotlin FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':bn-apps:ledger-sync:ledger-sync-service:compileTestKotlin'.
> Could not resolve all files for configuration ':bn-apps:ledger-sync:ledger-sync-service:testCompileClasspath'.
   > Could not resolve com.r3:vr-db-service:2.0-20190716.190016-1.
     Required by:
         project :bn-apps:ledger-sync:ledger-sync-service
      > Could not resolve com.r3:vr-db-service:2.0-20190716.190016-1.
         > Could not get resource 'https://ci-artifactory.corda.r3cev.com/artifactory/corda-solutions-private-dev/com/r3/vr-db-service/2.0-SNAPSHOT/vr-db-service-2.0-20190716.190016-1.pom'.
            > java.lang.NullPointerException (no error message)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5s
72 actionable tasks: 9 executed, 63 up-to-date
manos@tower:~/git/corda-solutions$ 

manosbatsis avatar Oct 06 '19 22:10 manosbatsis