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