Closed ReginaldoSantos closed 3 years ago
Actually, on version 1.0.4, if we add ServersExtension like below:
servers {
register("default") {
url.set("http://localhost:8080/test-api")
description.set("default Server")
}
}
The problem is mitigated. I can live with that ;-)
Plugin version: 1.0.3 (also happens with 1.0.4)
./gradlew --version
If 'servers' field is available only in one of the merged yamls:
The result is a YAML with an extra 'url' field for 'servers':