Sebastian Schuberth
Sebastian Schuberth
It would still be breaking, because `disabledPackageManagers` trumps `enabledPackageManagers`, so if you want to use `Gradle` instead of `GradleInspector` you would always have to overwrite `disabledPackageManagers` if we set `Gradle`...
By using a snippet scanner, we get to know about source code snippets that have been copied from Open Source projects to the own code base. In a sense, Open...
As [mentioned in a community meeting](https://github.com/oss-review-toolkit/ort/wiki/ORT-Weekly-Meeting#2025-07-31-last-meeting-before-summer-break), adding support for https://github.com/org-metaeffekt/metaeffekt-scancode-service could help ORT in several ways: - monitor scan progress (see e.g. https://github.com/oss-review-toolkit/ort/issues/3296, https://github.com/oss-review-toolkit/ort/issues/10563) - fixup copyright statements (see e.g....
This is the respective issue for the analyzer that has been fixed for the scanner [here](https://github.com/oss-review-toolkit/ort/pull/10674): https://github.com/oss-review-toolkit/ort/blob/927e47c951e16dbdfbbd976d9db0a16e41c5ec45/analyzer/src/main/kotlin/Analyzer.kt#L153-L161 The above code does not work anymore as expected because `PackageManager`s do not...
Similar to like the `org.graalvm.python` Gradle plugin for GraalPython allows, it would be great if there was a Gradle plugin that allows to easily setup and configure TruffleRuby projects. In...
**Describe the bug** Usually the `run` task as provided by Gradle's application plugin is never `UP-TO-DATE` by design as the task defines no outputs. However, applying the `org.graalvm.buildtools.native` in version...
Please have a look at the individual commit messages for the details.
### Describe the problem you'd like to solve There are several third-party libraries, like https://github.com/optimumcode/json-schema-validator/, that take a `JsonElement`. Such libraries are currently not usable with Kaml, which uses its...