[
https://issues.apache.org/jira/browse/BEAM-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16660877#comment-16660877
]
Scott Wegner commented on BEAM-5631:
------------------------------------
According to the [linked gradle-offline-dependencies-plugin
bug|https://github.com/mdietrichstein/gradle-offline-dependencies-plugin/issues/17],
this is due to an incompatibility with 4.9 and there is currently no fix.
As a workaround, you can temporarily downgrade our build to Gradle 4.8 in order
to execute the task:
{{./gradlew wrapper --gradle-version=4.8}}
{{./gradlew updateOfflineRepository}}
> updateOfflineRepository fails with DefaultModuleComponentIdentifier error
> -------------------------------------------------------------------------
>
> Key: BEAM-5631
> URL: https://issues.apache.org/jira/browse/BEAM-5631
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Affects Versions: 2.8.0
> Reporter: Alan Myrvold
> Assignee: Scott Wegner
> Priority: Major
>
> ./gradlew :beam-examples:updateOfflineRepository
> > Task :beam-examples-java:updateOfflineRepository FAILED
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':beam-examples-java:updateOfflineRepository'.
> > Could not find matching constructor for:
> > org.gradle.internal.component.external.model.DefaultModuleComponentIdentifier(java.lang.String,
> > java.lang.String, java.lang.String)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)