This commit is contained in:
Daniel Scalzi 2022-11-26 23:21:38 -05:00
parent 21756de784
commit 3837588ecd
No known key found for this signature in database
GPG Key ID: 9E3E2AFE45328AA5

View File

@ -208,6 +208,12 @@ The name of the module. Used on the UI.
The type of the module.
### `Module.classpath: boolean`
**OPTIONAL**
If the module is of type `Library`, whether the library should be added to the classpath. Defaults to true.
### `Module.required: Required`
**OPTIONAL**