Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FloorPlan gradle plugin #31

Merged
merged 22 commits into from
Jun 4, 2020
Merged

FloorPlan gradle plugin #31

merged 22 commits into from
Jun 4, 2020

Conversation

julioz
Copy link
Owner

@julioz julioz commented Jun 4, 2020

Adds Gradle Plugin implementation, with initial integration tests, sample project for manual end to end test and updates documentation.

floorPlan {
    schemaLocation = "$projectDir/schemas-dir".toString()
    outputLocation = "$projectDir/output-dir".toString()
    outputFormat {
        svg {
            enabled = true
        }
    }
}

Nice to haves (follow-ups):

`minimize()` removes unused code, but graphviz-java dependency bundles in the native (C) dependency that is accesses via reflection (System.loadLibrary) and thus was getting removed.
@julioz julioz marked this pull request as ready for review June 4, 2020 19:12
@julioz julioz mentioned this pull request Jun 4, 2020
@julioz julioz merged commit 9822cc2 into master Jun 4, 2020
@julioz julioz changed the title WIP: FloorPlan gradle plugin FloorPlan gradle plugin Jun 4, 2020
@julioz julioz deleted the gradle-plugin-mvn-local branch June 4, 2020 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant