sentry-android-gradle-plugin icon indicating copy to clipboard operation
sentry-android-gradle-plugin copied to clipboard

Enhancement: Check if the zip artifact contains a .pom file

Open romtsn opened this issue 4 years ago • 1 comments

In the build.yml we have a check that the cli is bundled within the final zip artifact - we could expand it and also check for all files required for publishing (.jar, sources.jar, javadoc.jar and .pom files). This would enable us fail early when calling craft prepare

romtsn avatar Oct 19 '21 10:10 romtsn

reason is https://github.com/getsentry/sentry-android-gradle-plugin/pull/212/files latest MAVEN_PUBLISH does not generate the pom file, maybe an issue with AGP 7.x, since 0.15.1 works just fine, we didn't find any breaking change (changelog) that we should act tho.

marandaneto avatar Oct 19 '21 10:10 marandaneto