Commit 974d6b8
authored
Upgrade moduleGraph to 2.9.0 (#1951)
This is necessary for the app to build with Gradle 9.0.0, otherwise the
following Gradle error occurs:
java.lang.NoSuchMethodError: 'org.gradle.api.Project org.gradle.api.artifacts.ProjectDependency.getDependencyProject()'
at com.jraska.module.graph.assertion.GradleDependencyGraphFactory.listAllDependencies(GradleDependencyGraphFactory.kt:39)
This is due to jraska/modules-graph-assert#305.1 parent e846078 commit 974d6b8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments