Closed hauner closed 3 years ago
.. or to make core configurable in the plugins so it is possible to update it indepedent of the framework projects.
gradle plugin processor
dependency can be used multiple times, to "override" dependencies, see https://github.com/openapi-processor/openapi-processor-gradle/releases/tag/v2021.2
oap-core was extracted from oap-spring to reuse it in oap-micronaut. Now oap-spring & oap-micronaut depend on oap-core.
since core changes most often it causes new releases for oap-spring & oap-micronaut.
It would be nice to avoid that by converting the framework projects (which seldom change) to something like plugins of core.