gradle-deploygate-plugin icon indicating copy to clipboard operation
gradle-deploygate-plugin copied to clipboard

DeployGate plugin for the Gradle build system.

Results 17 gradle-deploygate-plugin issues
Sort by recently updated
recently updated
newest added

android_studio_canary

android_studio_canary

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.

enhancement

Now we have `uploadDeployGateXX` and `uploadDeployGateAabXX`. `uploadDeployGateXX` indicates *apk* upload but `uploadDeployGateAabXX` indicates *aab*. It sounds ambiguous. `uploadDeployGateApkXX` sounds better instead?

enhancement

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...

enhancement

The styled build does not have any capability of Listener API. https://discuss.gradle.org/t/gradle-configuration-cache-gradle-addlistener-is-unsupported/38691

bug

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...

enhancement

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....

dependencies
java