Skip to content

Commit

Permalink
fix(titus): Removing reference to bintray repo (#5585) (#5606)
Browse files Browse the repository at this point in the history
Execution failed for task ':clouddriver-titus:extractIncludeProto'.
> Could not resolve all files for configuration ':clouddriver-titus:compileProtoPath'.
   > Could not resolve com.google.protobuf:protobuf-java:[3.2.0,).
     Required by:
         project :clouddriver-titus
      > Failed to list versions for com.google.protobuf:protobuf-java.
         > Unable to load Maven meta-data from https://dl.bintray.com/netflixoss/com/google/protobuf/protobuf-java/maven-metadata.xml.
            > Could not get resource 'https://dl.bintray.com/netflixoss/com/google/protobuf/protobuf-java/maven-metadata.xml'.
               > Could not GET 'https://dl.bintray.com/netflixoss/com/google/protobuf/protobuf-java/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

(cherry picked from commit 6626b61)

Co-authored-by: Sandesh <sandeshjainhyd@gmail.com>
  • Loading branch information
mergify[bot] and j-sandy committed Dec 17, 2021
1 parent 2a9a9d0 commit 0887714
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clouddriver-titus/clouddriver-titus.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ ext {
grpcVersion = '1.29.0'
}

repositories {
maven { url 'https://dl.bintray.com/netflixoss' }
}

dependencies {
protobuf 'com.netflix.titus:titus-api-definitions:0.0.1-rc71'

Expand Down

0 comments on commit 0887714

Please sign in to comment.