Make :js:npm a separate project to avoid calling update_dependencies
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user