snazy opened a new pull request #2463: URL: https://github.com/apache/iceberg/pull/2463
Adds the Palantir-dependencies as a Maven repo in the source tree to work around the issue that `http[s]://palantir.bintray.com/releases` returns HTTP/403 for everything and fails the build. This is not a great solution, but hopefully sufficient to get CI back. Having the Palantir deps in the source tree prevents updates to newer plugin versions, which actually not a problem, because there's no Maven repo to download all required Palantir dependencies. Tested with `./gradlew clean jar testClasses --refresh-dependencies` (better than removing Gradle's `cache/` folder ;) ). Fixes #2462 (not really, rather a dirty workaround) Got the files from my local Gradle cache from previous builds. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
