gradle-deploygate-plugin
gradle-deploygate-plugin copied to clipboard
DeployGate plugin for the Gradle build system.
AGP API has significantly been changed since 4.0.0, especially around artifacts API. I guess it would be hard to use the current mechanism from now on. https://github.com/android/gradle-recipes
It would be nicer if we use Gradle APIs like workers, cache, and so on.
Now we have `uploadDeployGateXX` and `uploadDeployGateAabXX`. `uploadDeployGateXX` indicates *apk* upload but `uploadDeployGateAabXX` indicates *aab*. It sounds ambiguous. `uploadDeployGateApkXX` sounds better instead?
Groovy is powerful but dynamic compilation sometimes cause complicated issues especially with Kotlin DSL users. We can put CompileStatic annotations to Groovy classes to avoid them though, using Java is...
The styled build does not have any capability of Listener API. https://discuss.gradle.org/t/gradle-configuration-cache-gradle-addlistener-is-unsupported/38691
We need to use Android Gradle Plugin dependency at least in test dependencies to provide the stable artifacts so we need to change the target Java version depending on the...
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.15 to 1.14.17. Release notes Sourced from net.bytebuddy:byte-buddy's releases. Byte Buddy 1.14.17 Avoid crashing of Android plugin when there are duplicate files for licenses or license notices....