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

Commits on Jun 4, 2020

  1. Wire-up plugin basics

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b3a0b3e View commit details
    Browse the repository at this point in the history
  2. Update dependencies and stub print call

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    7366ef8 View commit details
    Browse the repository at this point in the history
  3. Update gitignore

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    7cf4c77 View commit details
    Browse the repository at this point in the history
  4. Setup sample android project to serve as testing target for gradle pl…

    …ugin
    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    4f2dac8 View commit details
    Browse the repository at this point in the history
  5. Apply plugin to sample project

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    d2ca72a View commit details
    Browse the repository at this point in the history
  6. Change group definition for artifact

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    54785dd View commit details
    Browse the repository at this point in the history
  7. Align artifact versioning

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    07cd3a8 View commit details
    Browse the repository at this point in the history
  8. Remove dupe plugin definition

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6fdd8fd View commit details
    Browse the repository at this point in the history
  9. Set up shadow jar plugin configuration

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    5eb937d View commit details
    Browse the repository at this point in the history
  10. Add tivi schemas to sample application

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    7ff5d49 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    632fd9f View commit details
    Browse the repository at this point in the history
  12. Update plugin usage API

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    4d5cdb9 View commit details
    Browse the repository at this point in the history
  13. Add one first integration test for the plugin

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    0ed8d67 View commit details
    Browse the repository at this point in the history
  14. Do not minimize() to keep GraphViz native code

    `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.
    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6f6d1b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d8c7f22 View commit details
    Browse the repository at this point in the history
  16. Change input and output directory to gradle properties

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    918a887 View commit details
    Browse the repository at this point in the history
  17. Add integration tests to cover happy and unhappy paths

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    a41ef12 View commit details
    Browse the repository at this point in the history
  18. Add placeholder test for single line property

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    bc20a99 View commit details
    Browse the repository at this point in the history
  19. Replace method call with checks

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    d87d1c9 View commit details
    Browse the repository at this point in the history
  20. No need for activity declaration in sample project

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    e3ab7f9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d042b16 View commit details
    Browse the repository at this point in the history
  22. Update documentation

    Julio Zynger committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ec565c9 View commit details
    Browse the repository at this point in the history