Closed thahgr closed 3 years ago
Right, the bootstrap task was renamed because it conflicted with other plugins. Use ./gradlew bootstrapListing
instead.
we didnt call this explicitly, we called ./gradlew publishApk, but this was the exception
You must have some sort of custom build logic because publishApk doesn't do anything related to bootstrapping. I would Ctrl F for bootstrap and see what comes up.
i guess you are right, cant find the error in my configuration, you may close the ticket
Maybe also search for triplet
? That should catch imports of our tasks.
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.
FAILURE: Build failed with an exception.
What went wrong: Task 'bootstrap' is ambiguous in root project 'Android'. Candidates are: 'bootstrapListing', 'bootstrapReleaseListing'.
Gradle Play Publisher: 3.6.0
Gradle Wrapper: 7.1.1
Android Gradle Plugin: 7.0.2
Tasks executed
bootstrap (./gradlew bootstrap, this is also called from publishApk)
Expected behavior
Additional context (if a crash, provide stack trace)