Sebastian Schuberth
Sebastian Schuberth
@tsteenbe I guess #7725 should not be in the task list, or?
FYI, https://github.com/gradle/gradle/issues/23208 was fixed only in Gradle 8.5, maybe it's related.
> Prior to upgrading [1] to use Gradle wrapper version 8.5 Note to myself: So the version to analyze would be https://github.com/epam/ai-dial-core/commit/a5d603e334446ca7d4a615a69321597d6a67ef8b, which is the parent of https://github.com/epam/ai-dial-core/commit/ff84dd90e8c216f7cf30859cc9d5541eaaa7d7cf. *Edit:* Here...
The issue is caused by a regression in Gradle 8.2 that was fixed in Gradle 8.2.1 via https://github.com/gradle/gradle/pull/25675.
Maybe my observation over [here](https://github.com/nexB/python-inspector/issues/22#issuecomment-1888843216) are related.
> I created a PR at [nexB/python-inspector#163](https://github.com/nexB/python-inspector/pull/163) . ❤️ for that! > I would be happy if there is some feedback on the PR so we can get that into...
Thanks @janek64 for taking the time to file the issue. The `GradleInspector` works much different than the "legacy" `Gradle` analyzer in that it ships with a pre-compiled Gradle plugin that...
@janniclas I believe your issue has a different root cause due to the `GroovyBugError: BUG!` part. That indicates to me that the Gradle project you're analyzing uses Groovy DSL instead...
> Or is there a dependency between the gradle version the project No. But can it be that you're using different JVM version to *run* ORT on your local machine...
Hmm, in `JAVA_HOME=/usr/lib/jvm/java-21-openjdk-arm64` the `arm64` stands out. But I see you're also on `aarch64` on your host machine, so you're on a Mac, not a PC with Linux. Which makes...