-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Gradle PluginWork related to the Gradle Plugin componentWork related to the Gradle Plugin componenthacktoberfestCheck out https://hacktoberfest.digitalocean.com and contribute!Check out https://hacktoberfest.digitalocean.com and contribute!
Description
Enforced by this (currently ignored) test.
Instead of forcing a full block like for the output format, like
floorPlan {
outputFormat {
svg {
enabled = true
}
}
}
We could allow for
floorPlan {
outputFormat {
svg.enabled = value
}
}
or even simpler:
floorPlan {
outputFormat.svg.enabled = value
}
Metadata
Metadata
Assignees
Labels
Gradle PluginWork related to the Gradle Plugin componentWork related to the Gradle Plugin componenthacktoberfestCheck out https://hacktoberfest.digitalocean.com and contribute!Check out https://hacktoberfest.digitalocean.com and contribute!