rakutentech / android-buildconfig

Shared (gradle) build configurations for Android and Java libraries
MIT License
21 stars 26 forks source link

feat: Add publication configuration for Java libraries #90

Closed corycaywood closed 3 years ago

corycaywood commented 3 years ago

The Manifest Config project is a Java library, so we need a slightly different publication configuration for this.

Sorry it looks like a lot of changes, but basically the content of the new base-artifact.gradle is almost the same as android.gradle was. I just split it into a new file so it can be shared with java.gradle. The configuration is almost the same for Java libraries, just the component and sources are different.