Abhishek Chennaka has uploaded this change for review. (
http://gerrit.cloudera.org:8080/21697
Change subject: [java] Fix build failures
......................................................................
[java] Fix build failures
Recently it was pointed out that older versions of Kudu are failing
when building java due to dependency not present:
> Could not resolve all files for configuration ':buildSrc:compileClasspath'.
> Could not find gradle-scalafmt-1.14.0.jar
(cz.alenkacz:gradle-scalafmt:1.14.0).
Searched in the following locations:
https://jcenter.bintray.com/cz/alenkacz/gradle-scalafmt/1.14.0/gradle-scalafmt-1.14.0.jar
This fix updates the dependency's groupId to be fetched as in Maven
Central.
The root cause for the issue is jcenter's sun-setting:
https://jfrog.com/blog/jcenter-sunset/
https://blog.gradle.org/jcenter-shutdown
Change-Id: Ice7309262c9d9f7c10772dee01b5ebf3843efcef
(cherry picked from commit aa8dfc12aafb0f51464984c24e537ea7b548fad4)
---
M java/buildSrc/build.gradle
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/97/21697/1
--
To view, visit http://gerrit.cloudera.org:8080/21697
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: branch-1.15.x
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ice7309262c9d9f7c10772dee01b5ebf3843efcef
Gerrit-Change-Number: 21697
Gerrit-PatchSet: 1
Gerrit-Owner: Abhishek Chennaka <[email protected]>