Flapi
Flapi copied to clipboard
Change Plugin Scope
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
Document use of gradle 4+