gradle / declarative-gradle

Declarative Gradle is a project targeting better isolation of concern and expressing any build in a clear and understandable way
https://declarative.gradle.org/
Other
121 stars 14 forks source link

Add daemon toolchain property for the `unified-prototype` project #121

Closed hegyibalint closed 2 months ago

hegyibalint commented 2 months ago

I ran into a lot of trouble pinpointing the exact JVM the Gradle daemon requires to build the unified-prototype project.

We could utilize daemon toolchains to constrain what JVM the project can run on so that it can be determined automatically.