Made compile options modifiable

This commit is contained in:
Erik C. Thauvin 2023-11-15 11:02:26 -08:00
parent 11c0b2b582
commit 28ad500a12
9 changed files with 57 additions and 34 deletions

View file

@ -52,7 +52,7 @@ public class SourceSet {
/**
* Sets the platform used for setting up analysis. Default is {@link AnalysisPlatform#JVM}
*
* @param analysisPlatform the analysis platfrom
* @param analysisPlatform the analysis platform
* @return this operation instance
*/
public SourceSet analysisPlatform(AnalysisPlatform analysisPlatform) {
@ -424,7 +424,7 @@ public class SourceSet {
}
/**
* Sets Wwether to report undocumented declarations.
* Sets whether to report undocumented declarations.
*
* @param reportUndocumented {@code true} or {@code false}
* @return this operation instance