Created
June 16, 2020 09:06
-
-
Save julioz/ca85e0a96d29cc20d643c1781d03d4d0 to your computer and use it in GitHub Desktop.
Example block for integration of FloorPlan as a Gradle Plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
floorPlan { | |
schemaLocation = "schemas/" | |
outputLocation = "floorplan-output/" | |
outputFormat { | |
svg { | |
enabled = true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment