Skip to content

Commit

Permalink
Update InstallerProfile.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed May 2, 2024
1 parent fcc2f9f commit 3fea076
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import org.gradle.api.provider.Property
import org.gradle.api.provider.Provider
import org.gradle.api.provider.SetProperty
import org.gradle.api.tasks.Input
import org.gradle.api.tasks.Nested
import org.gradle.api.tasks.Optional
import org.jetbrains.annotations.Nullable

Expand Down Expand Up @@ -155,7 +156,7 @@ abstract class InstallerProfile implements ConfigurableDSLElement<InstallerProfi
})
}

@Input
@Nested
@DSLProperty
@Optional
abstract ListProperty<Processor> getProcessors();
Expand Down Expand Up @@ -200,7 +201,7 @@ abstract class InstallerProfile implements ConfigurableDSLElement<InstallerProfi
})
}

@Input
@Nested
@DSLProperty
@Optional
abstract SetProperty<Library> getLibraries();
Expand Down

0 comments on commit 3fea076

Please sign in to comment.