All Classes and Interfaces
Class
Description
This base class exists to hide internal properties, make those only available in the
io.quarkus.gradle.tasks
package and to the QuarkusPluginExtension class itself.Helper that bundles the various sources of config options for the Gradle plugin: system environment, system properties,
quarkus build properties (on the Quarkus extension), Gradle project properties, application properties and "forced/task"
properties (on the Gradle task).
See example https://docs.gradle.org/current/samples/sample_tasks_with_dependency_resolution_result_inputs.html,
to better understand how this works.
Collect the Quarkus app dependencies, the contents of the
quarkus-app/lib folder, without making the task
cache anything, but still provide up-to-date checks.Configuration cache compatible view of Quarkus extension
Just show the effective configuration and settings.