sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Switch to convention plugins for build logic

Open romtsn opened this issue 3 years ago • 0 comments

Description

At the moment we have a lot of repeating config for our modules (e.g. setting up android {} DSL or setting up static code analysis, etc.), we could use Gradle's convention plugins to centralize this logic, so the configuration could happen by just applying one of our plugins.

romtsn avatar Jun 27 '22 19:06 romtsn