Closed tkhduracell closed 4 years ago
Can you do a find f for isEnabled
? Seems like you have an erroneous one.
Oh, and you're using the groovy script, right?
I use the default gradle build for Android.
On Thu, Jun 4, 2020, 20:58 Alex Saveau notifications@github.com wrote:
Oh, and you're using the groovy script, right?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Triple-T/gradle-play-publisher/issues/817#issuecomment-639054605, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHV7H3DDHNSJPBJCFEI45LRU7VENANCNFSM4NSNNFSQ .
Ok. Do you have isEnabled
anywhere in your file? The error message means you do as I understand it. Also, try this:
playConfigs {
prodRelease {
enabled = true
}
}
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
after using the snapshot 3.0.0 I have this problem....
Documentation states that
isEnabled
is to be used to disable/enable for variants/flavors, but does not accept this value.https://github.com/Triple-T/gradle-play-publisher#disabling-publishing
I get this error:
Could not set unknown property 'isEnabled' for PlayPublisherExtension
This is the correct attributes.
and
Version
id 'com.github.triplet.play' version '2.7.5'