-
Notifications
You must be signed in to change notification settings - Fork 680
Closed
Labels
Description
Version
5.0.0-alpha.0
Summary
Trying 5.0.0-alpha.0 and ran into a dependency resolution issue during configuration:
* What went wrong:
Could not determine the dependencies of task ':my-module:generateKstreamlinedApolloSources'.
> Could not resolve all dependencies for configuration ':my-module:detachedConfiguration5'.
> Could not find com.apollographql.apollo:apollo-gradle-plugin-tasks:5.0.0-alpha.0-SNAPSHOT.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/apollographql/apollo/apollo-gradle-plugin-tasks/5.0.0-alpha.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/com/apollographql/apollo/apollo-gradle-plugin-tasks/5.0.0-alpha.0-SNAPSHOT/apollo-gradle-plugin-tasks-5.0.0-alpha.0-SNAPSHOT.pom
Required by:
project ':my-module'
It seems to be looking for the SNAPSHOT version of apollo-gradle-plugin-tasks
?
BTW https://www.apollographql.com/docs/kotlin/v5/migration/5.0 seems broken right now 😄 .
Steps to reproduce the behavior
No response
Logs
(Your logs here)