Commit 0775f9b
committed
Fix issue with Gradle 8.6 and catalog access (projects without catalog)
In earlier version, in a standard configuration, if the
'VersionCatalogsExtension' existed, there was also a catalog called
'libs'. If there were no catalog at all, the extension did not
exist. This has changed recently. This causes the plugin to fail
in a standard setup where the catalog is NOT used.1 parent 5df4442 commit 0775f9b
File tree
1 file changed
+1
-1
lines changed- src/main/java/org/gradlex/javamodule/dependencies
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
0 commit comments