I have been getting these errors all day long when trying to start my Grails application
FAILURE: Build failed with an exception.
- What went wrong: A problem occurred configuring project ':server'.
Could not resolve all dependencies for configuration ':server:runtime'. Could not resolve io.grpc:grpc-api:[1.30.1]. Required by: project :server > io.grpc:grpc-core:1.30.1 > Could not resolve io.grpc:grpc-api:[1.30.1]. > Failed to list versions for io.grpc:grpc-api. > Unable to load Maven meta-data from http://dl.bintray.com/agorapulse/libs/io/grpc/grpc-api/maven-metadata.xml. > Could not GET 'http://dl.bintray.com/agorapulse/libs/io/grpc/grpc-api/maven-metadata.xml'. Received status code 403 from server: Forbidden Could not resolve net.minidev:json-smart:[1.3.1,2.3]. Required by: project :server > org.grails.plugins:spring-security-rest:2.0.0.RC1 > com.nimbusds:nimbus-jose-jwt:4.36 > Could not resolve net.minidev:json-smart:[1.3.1,2.3]. > Failed to list versions for net.minidev:json-smart. > Unable to load Maven meta-data from http://dl.bintray.com/agorapulse/libs/net/minidev/json-smart/maven-metadata.xml. > Could not GET 'http://dl.bintray.com/agorapulse/libs/net/minidev/json-smart/maven-metadata.xml'. Received status code 403 from server: Forbidden Could not resolve io.grpc:grpc-api:[1.30.0]. Required by: project :server > com.google.cloud:google-cloud-dlp:2.0.0 > io.grpc:grpc-auth:1.30.0 > Could not resolve io.grpc:grpc-api:[1.30.0]. > Failed to list versions for io.grpc:grpc-api. > Unable to load Maven meta-data from http://dl.bintray.com/agorapulse/libs/io/grpc/grpc-api/maven-metadata.xml. > Could not GET 'http://dl.bintray.com/agorapulse/libs/io/grpc/grpc-api/maven-metadata.xml'. Received status code 403 from server: Forbidden Could not resolve io.grpc:grpc-netty-shaded:[1.30.0]. Required by: project :server > com.google.cloud:google-cloud-dlp:2.0.0 > io.grpc:grpc-alts:1.30.0 > Could not resolve io.grpc:grpc-netty-shaded:[1.30.0]. > Failed to list versions for io.grpc:grpc-netty-shaded. > Unable to load Maven meta-data from http://dl.bintray.com/agorapulse/libs/io/grpc/grpc-netty-shaded/maven-metadata.xml. > Could not GET 'http://dl.bintray.com/agorapulse/libs/io/grpc/grpc-netty-shaded/maven-metadata.xml'. Received status code 403 from server: Forbidden
- Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
CONFIGURE FAILED
Total time: 9.626 secs | Error Error initializing classpath: Could not GET 'http://dl.bintray.com/agorapulse/libs/io/grpc/grpc-api/maven-metadata.xml'. Received status code 403 from server: Forbidden (Use --stacktrace to see the full trace)