gradle-android-publisher icon indicating copy to clipboard operation
gradle-android-publisher copied to clipboard

Gradle plugin to publish APKs to Google Play

Results 7 gradle-android-publisher issues
Sort by recently updated
recently updated
newest added

Error:java.lang.NoSuchMethodError: com.android.build.gradle.AppExtension.getApplicationVariants()Lorg/gradle/api/internal/DefaultDomainObjectSet; `* Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:androidPublish'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35) at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64) at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:52) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53) at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43) at...

When i do in my terminal : gradlew androidPublish i recive : - What went wrong: Execution failed for task ':app:androidPublish'. > com.android.build.gradle.AppExtension.getApplicationVariants()Lorg/gradle/api/internal/DefaultDomainObjectSet; Using ProductFlavors

Hi, I know you are not actively working on this, but I stuck with following error, Can you guide to remove this? Execution failed for task ':app:androidPublish'. > Exception was...

Hello, this January I was looking for gradle plugin to automate publishing apps to store. I found your and another plugin - https://github.com/Triple-T/gradle-play-publisher. I see, that you both actively developing...

Hi, Nice plugin. Since we execute: `./gradle/gradlew assemblePaidProdRelease`` To generate the APK. How we can publish using your plugin passing from command line the arguments for flavour? Thanks.

Release into jcenter (?) as an official plugin using the new process. This may mean that we don't need to publish to maven central.

Setting the project properties is not really valid for travis CI, and I can't seem to find a workaround for it (even setting them in build.gradle). I need to re-release...