Add classLoader to project-build-plugin validation context#1048
Add classLoader to project-build-plugin validation context#1048
Conversation
|
@weissreto just that you get the full overview. the classloader which is needed by the validators needs to be provided by the framework/context. in the project-build-plugin only the plugin itself knows the classpath of the project. in the lsp-validation-endpoints there is still JavaRuntime.of(project).getClassLoader() in use. We already should differ in the core between a compile classpath and a runtime classpath. Later on, we can switch from a classloader to a yandex based index. |
Thanks for sharing the context among the team 🤝 🥇 |
|
I think this is the right approach. But not working because we only have ivy-runtime.jar on the compile classpath and all dependency from thirdparty-libs are currently missing. |
No description provided.