Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
gradle version updated to 7.0.0-alpha08
Browse files Browse the repository at this point in the history
Project now requires Gradle 6.8.2
NEW BUILD ERROR. PLEASE READ errors.inf
  • Loading branch information
polygonnedpotato committed Feb 25, 2021
1 parent e4a9d3b commit cbea193
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 18 deletions.
35 changes: 20 additions & 15 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion FtcRobotController/src/main/assets/errors.inf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ This is a list of errors found in the controller

gradlebuild:
Using flatDir should be avoided because it doesn't support any meta-data formats.
Gradle sync failed: Minimum supported Gradle version is 6.8. Current version is xxxx. Please fix the project's Gradle settings.
Please remove usages of `jcenter()` Maven repository from your build scripts and migrate your build to other Maven repositories.
This repository is deprecated and it will be shut down in the future.
See http://developer.android.com/r/tools/jcenter-end-of-service for more information.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0-alpha07'
classpath 'com.android.tools.build:gradle:7.0.0-alpha08'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jan 27 19:39:45 PST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https://services.gradle.org/distributions/gradle-6.8.1-bin.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.8.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit cbea193

Please sign in to comment.