Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove jfrog repositories #2091

Merged
merged 4 commits into from
Jul 20, 2021
Merged

fix: Remove jfrog repositories #2091

merged 4 commits into from
Jul 20, 2021

Conversation

jan-goral
Copy link
Contributor

@jan-goral jan-goral commented Jul 19, 2021

JFrog repository becomes unavailable, dependencies cannot be resolved which is blocking daily work.
Typically Gradle build is stuck on task:

> Resolve dependencies of :test_runner:runtimeClasspath

also is throwing:

Could not resolve all dependencies for configuration ':test_runner:runtimeClasspath'.
   > Could not resolve com.google.http-client:google-http-client-appengine:1.39.2.
     Required by:
         project :test_runner > com.google.cloud:google-cloud-storage:1.117.1
      > Could not resolve com.google.http-client:google-http-client-appengine:1.39.2.
         > Could not get resource 'https://dl.bintray.com/kotlin/ktor/com/google/http-client/google-http-client-appengine/1.39.2/google-http-client-appengine-1.39.2.pom'.
            > Could not HEAD 'https://dl.bintray.com/kotlin/ktor/com/google/http-client/google-http-client-appengine/1.39.2/google-http-client-appengine-1.39.2.pom'. Received status code 502 from server: Bad Gateway

Looks like all flank dependencies are available on the mavenCentral, so we can depend on it.

@jan-goral jan-goral force-pushed the remove-jfrog-repositories branch from 80ac753 to 63683f0 Compare July 19, 2021 15:08
@jan-goral jan-goral self-assigned this Jul 19, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Jul 19, 2021

Timestamp: 2021-07-20 08:25:02
Buildscan url for ubuntu-workflow run 1048126084
https://gradle.com/s/bu4pfmmcunxh2

@jan-goral jan-goral marked this pull request as ready for review July 20, 2021 05:22
Copy link
Contributor

@Sloox Sloox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Sloox
Copy link
Contributor

Sloox commented Jul 20, 2021

@flank-it

@github-actions
Copy link
Contributor

github-actions bot commented Jul 20, 2021

Integration tests succeed for all OSs ✅
Windows Build scan:
MacOS Build scan: https://gradle.com/s/c3dniefqkbnl6
Linux Build scan: https://gradle.com/s/swxumi427rgcq
Workflow run https://github.com/Flank/flank/actions/runs/1048070329

@jan-goral jan-goral merged commit a033c92 into master Jul 20, 2021
@jan-goral jan-goral deleted the remove-jfrog-repositories branch July 20, 2021 08:35
@github-actions github-actions bot locked and limited conversation to collaborators Jul 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants