ppkarwasz commented on PR #350: URL: https://github.com/apache/logging-log4j-samples/pull/350#issuecomment-3069913098
Hi @MartyIX, Thanks again for digging into this — even negative results are valuable, as they help us identify what might be missing in the test project. Based on Copilot’s analysis, the error message you encountered doesn't appear to originate from Gradle itself, but rather from the [**Spring Dependency Management Plugin**](https://github.com/spring-gradle-plugins/dependency-management-plugin). Would you be able to try applying the plugin to the `log4j-samples-gradle-metadata` project to see if it reproduces the issue? Ideally, it would be great if the problem can be triggered without introducing an additional `buildSrc` project. You can apply the plugin like this: ```groovy id "io.spring.dependency-management" version "1.1.7" ``` If that reproduces the error, could you also check whether switching to the native [Gradle platform support](https://docs.gradle.org/current/userguide/platforms.html#sec:bom-import) (via `platform()` or `enforcedPlatform()`) serves as a viable workaround in your own project? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org