CircleCI-Public / flutter-orb

Easily install Flutter SDK and package dependencies. Also wasily run unit test and lint. Supports Linux and macOS
https://circleci.com/developer/orbs/orb/tadashi0713/flutter-orb
MIT License
2 stars 16 forks source link

Caching? Minimum supported Gradle version is 7.0.2. Current version is 6.8.3. #16

Closed sh3rlock97 closed 1 year ago

sh3rlock97 commented 1 year ago

I receive the following error

Minimum supported Gradle version is 7.0.2. Current version is 6.8.3.

Even though I'm explicitly setting version 7.0.2 gradle-wrapper: distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip build.gradle: classpath 'com.android.tools.build:gradle:7.0.2'

Orb-Version 1.1.0