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
86 stars 10 forks source link

Improve conventions for JVM software types and CLI application software types #75

Closed adammurdoch closed 1 month ago

adammurdoch commented 1 month ago

For software types that are implemented using Java or that target the JVM, define repositories so that the software can be built out-of-the-box without further configuration.

For software types that produce one or more CLI applications, add a runAll task (placeholder name) which will build and run the application for all target platforms and build types that can be built on the host machine.