No cached version of org.springframework.boot:spring-boot-gradle-plugin:1.5.10.RELEASE available for offline mode.
在gradle+IDEA的項目中出現如下錯誤:
Error:No cached version of org.springframework.boot:spring-boot-gradle-plugin:2.1.11.available for offline mode.
原因是,在settings中設置全局Gradle插件導致。
修改方法:在File->Settings->Build,Execution,Deployment->Gradle中。找到Globel Gradle settings.你會發現Offline work被勾選了。你去除勾線后,保存。這樣會重新拉取gradle plugin.