Make :js:npm a separate project to avoid calling update_dependencies
This commit is contained in:
@@ -4005,20 +4005,6 @@
|
||||
"reporting": "org.gradle.api.reporting.ReportingExtension"
|
||||
}
|
||||
},
|
||||
":js:npm": {
|
||||
"conventions": {
|
||||
"base": "org.gradle.api.plugins.BasePluginConvention"
|
||||
},
|
||||
"configurations": [
|
||||
"archives",
|
||||
"default"
|
||||
],
|
||||
"extensions": {
|
||||
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension",
|
||||
"node": "com.moowork.gradle.node.NodeExtension",
|
||||
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet"
|
||||
}
|
||||
},
|
||||
":kotlin-allopen:plugin-marker": {
|
||||
"conventions": {
|
||||
"base": "org.gradle.api.plugins.BasePluginConvention",
|
||||
|
||||
@@ -13,7 +13,7 @@ node {
|
||||
|
||||
val deployDir = "$buildDir/deploy_to_npm"
|
||||
val templateDir = "$projectDir/templates"
|
||||
val kotlincDir = rootProject.extra["distKotlinHomeDir"] as String
|
||||
val kotlincDir = "$projectDir/../../dist/kotlinc"
|
||||
|
||||
fun getProperty(name: String, default: String = "") = findProperty(name)?.toString() ?: default
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
":": {
|
||||
"conventions": {
|
||||
"base": "org.gradle.api.plugins.BasePluginConvention"
|
||||
},
|
||||
"configurations": [
|
||||
"archives",
|
||||
"default"
|
||||
],
|
||||
"extensions": {
|
||||
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension",
|
||||
"node": "com.moowork.gradle.node.NodeExtension",
|
||||
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -47,7 +47,6 @@ include ":kotlin-build-common",
|
||||
":js:js.translator",
|
||||
":js:js.dce",
|
||||
":js:js.tests",
|
||||
":js:npm",
|
||||
":jps-plugin",
|
||||
":kotlin-jps-plugin",
|
||||
":core:descriptors",
|
||||
|
||||
Reference in New Issue
Block a user