Fixed sourceSet access
This commit is contained in:
parent
79254d9642
commit
c58145117a
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ public class DokkaOperation extends AbstractProcessOperation<DokkaOperation> {
|
|||
* @param sourceSet the source set configurations
|
||||
* @return this operation instance
|
||||
*/
|
||||
private DokkaOperation sourceSet(SourceSet sourceSet) {
|
||||
public DokkaOperation sourceSet(SourceSet sourceSet) {
|
||||
sourceSet_ = sourceSet;
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue