Build was configured to prefer settings repositories over project repositories but repository ‘maven’ was added by settings file ‘settings.gradle.kts’
FAILURE: Build failed with an exception.
-
Where:
Settings file ‘X:\idea-workspace\full-in-love\full_in_love\android\settings.gradle.kts’ line: 20 -
What went wrong:
Error resolving plugin [id: ‘dev.flutter.flutter-plugin-loader’, version: ‘1.0.0’]
Build was configured to prefer settings repositories over project repositories but repository ‘maven’ was added by settings file ‘settings.gradle.kts’
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
BUILD FAILED in 456ms
Error: Gradle task assembleDebug failed with exit code 1
问题原因是之前做gradle相关开发时候, 配置了GRADLE_USER_HOME的环境变量, 导致使用了两个版本的gradle, 删除就好了