Made a project required for all operations

This commit is contained in:
Erik C. Thauvin 2023-11-09 07:32:36 -08:00
parent 5e8629c418
commit 91ba216545
4 changed files with 51 additions and 29 deletions

View file

@ -218,6 +218,8 @@ public class DokkaOperation extends AbstractProcessOperation<DokkaOperation> {
/**
* Configures the operation from a {@link BaseProject}.
* <p>
* Sets the {@link #sourceSet_ sourceSet} and {@link #moduleName_ moduleName} from the project.
*
* @param project the project to configure the operation from
*/