librariesToIgnore

@get:Input
@get:Optional
abstract val librariesToIgnore: ListProperty<File>

Libraries that will be ignored when preparing the sandbox. By default, excludes all libraries that are a part of the SetupDependenciesTask.idea dependency.

Default value: org.jetbrains.intellij.dependency.IdeaDependency.jarFiles of SetupDependenciesTask.idea