Skip to content

Commit

Permalink
Remove classpath annotation, as the asciidoctorj extension didn't hav…
Browse files Browse the repository at this point in the history
…e an input annotation
  • Loading branch information
tylerbertrand committed Jun 20, 2024
1 parent bb5ccfd commit 1d2baef
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import org.gradle.api.provider.ListProperty
import org.gradle.api.provider.MapProperty
import org.gradle.api.provider.Property
import org.gradle.api.provider.Provider
import org.gradle.api.tasks.Classpath
import org.gradle.api.tasks.Input
import org.gradle.api.tasks.Internal
import org.gradle.api.tasks.Nested
Expand Down Expand Up @@ -112,7 +111,6 @@ 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)
@Classpath
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 1d2baef

Please sign in to comment.