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

Migrate away from bintray #39

Open
wilsoniya opened this issue Aug 24, 2021 · 1 comment
Open

Migrate away from bintray #39

wilsoniya opened this issue Aug 24, 2021 · 1 comment

Comments

@wilsoniya
Copy link

Looks like bintray no longer exists, yet is a source of dependencies for this project: https://github.com/airbnb/kafka-statsd-metrics2/blob/master/build.gradle#L15

Additionally, bintray is also mentioned in the README.

@seizethedave
Copy link

seizethedave commented Dec 15, 2021

Aye, this breaks the local build.

davidgrant@local kafka-statsd-metrics2 % ./gradlew shadowJar
> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not resolve org.slf4j:slf4j-log4j12:+.
     Required by:
         project :
      > Failed to list versions for org.slf4j:slf4j-log4j12.
         > Unable to load Maven meta-data from http://dl.bintray.com/airbnb/jars/org/slf4j/slf4j-log4j12/maven-metadata.xml.
            > Could not get resource 'http://dl.bintray.com/airbnb/jars/org/slf4j/slf4j-log4j12/maven-metadata.xml'.
               > Could not GET 'http://dl.bintray.com/airbnb/jars/org/slf4j/slf4j-log4j12/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
[...]
BUILD FAILED in 5s
1 actionable task: 1 executed

Commenting out that bintray line in build.gradle seems to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants