Skip to content

Instantly share code, notes, and snippets.

@julioz
Created June 16, 2020 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julioz/ca85e0a96d29cc20d643c1781d03d4d0 to your computer and use it in GitHub Desktop.
Save julioz/ca85e0a96d29cc20d643c1781d03d4d0 to your computer and use it in GitHub Desktop.
Example block for integration of FloorPlan as a Gradle Plugin
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