0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Unable to find method ''boolean org.gradle.StartParameter.isConfigurationCache 的なエラーが出た時の備忘録

Posted at

概要

Unable to find method ''boolean org.gradle.StartParameter.isConfigurationCache ...

みたいなエラーが、
gradle をsync しようとした時に起きました。

解決策

Project >> App >> gradle >> wrapper >> gradle-wrapper.properties

に進み(例えば下の場所です。)

Screenshot 2023-09-05 at 17.23.34.png

https\://services.gradle.org/distributions/gradle-7.4-bin.zip

だったものを、

https\://services.gradle.org/distributions/gradle-8.0-bin.zip

とすることでsync できる様になりました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?