configOnly property

bool? configOnly
final

Whether to only generate build configuration without building.

When true, performs configuration checks and setup without actually building the application. Useful for validating build configurations.

Implementation

final bool? configOnly;