gradle / gradle-client

Desktop application acting as a Gradle Tooling API client
Apache License 2.0
9 stars 1 forks source link

Add model schemas #3

Closed jbartok closed 3 months ago

eskatos commented 3 months ago

I fixed proguard. Here's what I get at runtime when trying to fetch the declarative schema from https://github.com/gradle/declarative-gradle/tree/main/unified-prototype

image

jbartok commented 3 months ago

I fixed proguard. Here's what I get at runtime when trying to fetch the declarative schema from https://github.com/gradle/declarative-gradle/tree/main/unified-prototype

image

You need to upgrade the wrapper (let's say to latest) in that project. Doing it from the GUI (ie. changing the GradleDistribution box to anything else than the default) no longer works, for some reason.

On that project there are also some Java version mismatches, between the GUI and the Daemon, just try fetching the GradleBuild model for example, after the wrapper upgrade.

And the schema we get is empty...

eskatos commented 3 months ago

I get an empty schema for both unified-prototypes and nowinandroid.