Commit ed3f2e7
committed
Properly handle gradle include build null project in dependency collection
Ensure that `initProjectModuleAndBuildPaths` throws an
`IllegalStateException` with a clear message if the provided
Gradle `Project` is null.
This will help in diagnosing issues related to missing projects
when resolving dependencies in Gradle builds, especially
in the context of included builds.1 parent d72b94a commit ed3f2e7
File tree
1 file changed
+4
-1
lines changed- devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/tooling
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
522 | 525 | | |
523 | 526 | | |
524 | 527 | | |
| |||
0 commit comments