mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
[Gradle, JS] Remove redundant worksapces properties in yarn extensions
This commit is contained in:
committed by
TeamCityServer
parent
e3c291db27
commit
b76cbdaa41
@@ -37,11 +37,6 @@ open class YarnRootExtension(
|
||||
val yarnSetupTask: YarnSetupTask
|
||||
get() = project.tasks.getByName(YarnSetupTask.NAME) as YarnSetupTask
|
||||
|
||||
var disableWorkspaces: Boolean by Property(false)
|
||||
|
||||
val useWorkspaces: Boolean
|
||||
get() = !disableWorkspaces
|
||||
|
||||
val rootPackageJsonTaskProvider: TaskProvider<RootPackageJsonTask>
|
||||
get() = project.tasks
|
||||
.withType(RootPackageJsonTask::class.java)
|
||||
|
||||
Reference in New Issue
Block a user