[Gradle, JS] Fix name for binary
This commit is contained in:
+1
-2
@@ -70,8 +70,7 @@ constructor(
|
||||
defaultCompilation
|
||||
}
|
||||
|
||||
|
||||
val binary = create(baseName, buildVariantKind, compilation)
|
||||
val binary = create(name, buildVariantKind, compilation)
|
||||
add(binary)
|
||||
nameToBinary[binary.name] = binary
|
||||
// Allow accessing binaries as properties of the container in Groovy DSL.
|
||||
|
||||
Reference in New Issue
Block a user