Cédric Champeau
Cédric Champeau
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | org.javamodularity:moduleplugin | dependencies | major | `1.8.15` -> `2.0.0` | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | io.micronaut.platform.catalog | plugin | minor | `4.5.4` -> `4.6.1` | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | io.micronaut.gradle:micronaut-gradle-plugin | dependencies | minor | `4.5.4` -> `4.6.1` | --- ### Configuration...
This commit will automatically inject a dependency on JSpecify to all Micronaut modules. This dependency is compile only. A flag on the `micronautBuild` extension lets users disable the addition of...
When the `checkVersionCatalogCompatibility` verification fails, we report an error like this: ``` > Version catalogs are not compatible: The following libraries were present in the baseline version but missing from...
The PR will not pass because there are other test failures (see #12175) but this fixes an independent problem.
### Expected Behavior On branch 5.0.x: - https://ge.micronaut.io/s/skfmdcel5toxe If we try to upgrade to the 2.0.0-rc4 version of the plugin, then we get a different error: - https://ge.micronaut.io/s/kizr7pdiqykog This issue...
If the temporary directory and the working directory are not on the same drive, relativization will fail. This commit uses an absolute path in case relativization is not possible. Fixes...