[Gradle, JS] Fix DSL for Gradle JS wizard
This commit is contained in:
+4
@@ -156,6 +156,10 @@ constructor(
|
||||
"Only one producing type supported. Try to set $producingType but previously ${this.producingType} found"
|
||||
}
|
||||
|
||||
if (this.producingType != null) {
|
||||
return
|
||||
}
|
||||
|
||||
this.producingType = producingType
|
||||
|
||||
whenBrowserConfigured {
|
||||
|
||||
Reference in New Issue
Block a user