Questions tagged [gradle-6.5.1]
3 questions
3
votes
1 answer
Gradle 4 upgrade complex task.execute() replacement
I am currently upgrading from gradle4.5 to 6.5, the project i am working on has a stage.gradle with 200+ custom tasks called with .execute which has since been removed.
I have seen many writeups on how to replace a .execute() with…

Froodle
- 339
- 2
- 5
- 15
1
vote
1 answer
How to get relative path apk of my project in gradle 6.5.1
I changed gradle version 5.6.1 to 6.5.1 and also 'com.android.tools.build:gradle:3.5.0' to 'com.android.tools.build:gradle:4.0.1'.
After that I got FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project…

vkozhemi
- 371
- 2
- 7
0
votes
1 answer
Cannot upgrade gradle wrapper from version 2.1 to 6.5.1
I have an old project with Gradle 2.1. Today I want to "upgrade" the gradle wrapper version to 6.5.1, so I used this:
./gradlew wrapper --gradle-version 6.5.1
But the output is:
FAILURE: Build failed with an exception.
* What went wrong:
Problem…

Andiana
- 1,912
- 5
- 37
- 73