Skip to content

Commit

Permalink
Make attributeProviderProperty protected
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbertrand committed Jun 20, 2024
1 parent bc07f63 commit 28147cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class AbstractAsciidoctorTask extends AbstractJvmModelExecTask<AsciidoctorJvmExe

protected final MapProperty<String, Object> optionsProperty = project.objects.mapProperty(String, Object)
protected final MapProperty<String, Object> attributesProperty = project.objects.mapProperty(String, Object)
public final ListProperty<AsciidoctorAttributeProvider> attributeProviderProperty = project.objects.listProperty(AsciidoctorAttributeProvider)
protected final ListProperty<AsciidoctorAttributeProvider> attributeProviderProperty = project.objects.listProperty(AsciidoctorAttributeProvider)
protected FileCollection configurationsFileCollection
protected final ListProperty<Pattern> fatalWarningsProperty = project.objects.listProperty(Pattern)
protected final ListProperty<String> requiresProperty = project.objects.listProperty(String)
Expand Down

0 comments on commit 28147cf

Please sign in to comment.