I commented out this line and it built fine: https://github.com/apache/beam/blob/c41e4fbbeb6ec622a0072e01afcba95428faafb9/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy#L44
Kyle Weaver | Software Engineer | [email protected] | +16502035555 On Tue, Mar 12, 2019 at 1:03 PM Mikhail Gryzykhin <[email protected]> wrote: > I tried to replace repo.sprint.io > <https://github.com/apache/beam/blob/master/buildSrc/build.gradle#L30> > with mavenCentral() that seem to have relevant plugin (propdeps-plugin > <https://mvnrepository.com/artifact/io.spring.gradle/propdeps-plugin/0.0.9.RELEASE> > in my case), but gradle still fails to fetch it. > > Did anyone else had success? Build fails on my local machine as well. > > Regards, > --Mikhail > > Have feedback <http://go/migryz-feedback>? > > > On Tue, Mar 12, 2019 at 11:25 AM Kyle Weaver <[email protected]> wrote: > >> Looks like this is still ongoing. Would greatly appreciate a fix if >> anyone's got one. >> >> Thanks, >> Kyle >> >> Kyle Weaver | Software Engineer | [email protected] | +16502035555 >> >> >> On Tue, Mar 12, 2019 at 8:17 AM Maximilian Michels <[email protected]> >> wrote: >> >>> FYI: Our build system is broken at the moment due to >>> https://repo.spring.io being down. >>> >>> If this is not a temporary issue, we could try to switch to a different >>> repository. >>> >>> 16:07:02 FAILURE: Build failed with an exception. >>> 16:07:02 >>> 16:07:02 * What went wrong: >>> 16:07:02 Execution failed for task ':beam-model-pipeline:compileJava'. >>> 16:07:02 > Could not resolve all files for configuration >>> ':beam-model-pipeline:errorprone'. >>> 16:07:02 > Could not resolve >>> com.google.errorprone:error_prone_core:latest.release. >>> 16:07:02 Required by: >>> 16:07:02 project :beam-model-pipeline >>> 16:07:02 > Failed to list versions for >>> com.google.errorprone:error_prone_core. >>> 16:07:02 > Unable to load Maven meta-data from >>> >>> https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml >>> . >>> 16:07:02 > Could not HEAD >>> ' >>> https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml >>> '. >>> 16:07:02 > Read timed out >>> 16:07:02 >>> >>> https://builds.apache.org/job/beam_PreCommit_Java_Commit/4722/console >>> >>>
