This message was deleted.
# community-support
s
This message was deleted.
j
I think there is no task for this (
buildEnv
only prints it for the build files it seems). But you can see it in a build scan
build dependencies > : > settings.gradle.kts
https://scans.gradle.com/s/zaeevvqey6psg/build-dependencies?toggled=W1swXSxbMCwxXV0
p
Ah thanks. The scan helps.
I use a included build (build-logic) and the settings plugins classpath contains the classpath of the build-logic dependencies. In my project Gradle cannot resolve a Settings plugin provided by a dependency defined in the build-logic. But of course my reproducer works...
And you cannot create a build scan with broken (settings) plugins