[Gradle] Fix warnings in Yarn
^KT-56904 In Progress
This commit is contained in:
committed by
Space Team
parent
00f8c23092
commit
40fa94b23b
+4
-4
@@ -20,14 +20,14 @@ class Yarn : NpmApiExecution<YarnEnvironment> {
|
|||||||
|
|
||||||
override fun prepareRootProject(
|
override fun prepareRootProject(
|
||||||
nodeJs: NodeJsEnvironment,
|
nodeJs: NodeJsEnvironment,
|
||||||
yarn: YarnEnvironment,
|
packageManagerEnvironment: YarnEnvironment,
|
||||||
rootProjectName: String,
|
rootProjectName: String,
|
||||||
rootProjectVersion: String,
|
rootProjectVersion: String,
|
||||||
subProjects: Collection<PreparedKotlinCompilationNpmResolution>,
|
subProjects: Collection<PreparedKotlinCompilationNpmResolution>,
|
||||||
) = yarnWorkspaces
|
) = yarnWorkspaces
|
||||||
.prepareRootProject(
|
.prepareRootProject(
|
||||||
nodeJs,
|
nodeJs,
|
||||||
yarn,
|
packageManagerEnvironment,
|
||||||
rootProjectName,
|
rootProjectName,
|
||||||
rootProjectVersion,
|
rootProjectVersion,
|
||||||
subProjects,
|
subProjects,
|
||||||
@@ -37,7 +37,7 @@ class Yarn : NpmApiExecution<YarnEnvironment> {
|
|||||||
services: ServiceRegistry,
|
services: ServiceRegistry,
|
||||||
logger: Logger,
|
logger: Logger,
|
||||||
nodeJs: NodeJsEnvironment,
|
nodeJs: NodeJsEnvironment,
|
||||||
yarn: YarnEnvironment,
|
packageManagerEnvironment: YarnEnvironment,
|
||||||
npmProjects: Collection<PreparedKotlinCompilationNpmResolution>,
|
npmProjects: Collection<PreparedKotlinCompilationNpmResolution>,
|
||||||
cliArgs: List<String>
|
cliArgs: List<String>
|
||||||
) {
|
) {
|
||||||
@@ -46,7 +46,7 @@ class Yarn : NpmApiExecution<YarnEnvironment> {
|
|||||||
services,
|
services,
|
||||||
logger,
|
logger,
|
||||||
nodeJs,
|
nodeJs,
|
||||||
yarn,
|
packageManagerEnvironment,
|
||||||
npmProjects,
|
npmProjects,
|
||||||
cliArgs
|
cliArgs
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user