Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Include platform projects when running from Gradle or the IDE
Use a Gradle 8.4 `dependencyScope` [1] to extend the `runtimeClasspath` with the `pluginClasspath`. This improves the solution from 1708ac3 by supporting to run ORT from Gradle or the IDE with platform projects / plugins in the classpath, but still do not publish them as part of the "dependencyManagement" in the POM. See [2] for context. [1]: https://docs.gradle.org/8.4/release-notes.html#easier-to-create-role-focused-configurations [2]: gradle/gradle#10861 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>