Package io.quarkus.gradle.tasks
package io.quarkus.gradle.tasks
-
ClassDescriptionThis base class exists to hide internal properties, make those only available in the
io.quarkus.gradle.taskspackage and to theQuarkusPluginExtensionclass itself.Takes the AOT file generated by the ITs and builds a container image that includes it.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 thequarkus-app/libfolder, without making the task cache anything, but still provide up-to-date checks.A GradleValueSourcethat builds the Quarkus configuration map in isolation from Gradle's configuration cache input tracking.Configuration cache compatible view of Quarkus extensionJust show the effective configuration and settings.Quarkus task providing inputs compatible with the configuration cache, used by theQuarkusGenerateCodeandQuarkusBuildTasktasks.