Flapi icon indicating copy to clipboard operation
Flapi copied to clipboard

Change Plugin Scope

Open UnquietCode opened this issue 7 years ago • 1 comments

Move away from the test scope, and instead mark the flapi dependency as provided only, but allowing the compiled descriptor to pass along anyway. Reduces complexity of the build process and project layout of consumers.

  • [x] in maven plugin, use provided scope
  • [x] in gradle plugin, use compileOnly scope
  • [ ] update documentation around plugin usage
  • [ ] bump version to 3.0

UnquietCode avatar May 14 '18 02:05 UnquietCode

Document use of gradle 4+

UnquietCode avatar May 14 '18 06:05 UnquietCode