Satya Attili
Satya Attili

Reputation: 718

Plugin [id: 'org.springframework.boot', version: '2.0.2.RELEASE'] was not found

Gradle command throwing below Exception:

Where: Build file '/path_to_project_gradle/build.gradle' line: 21

Configuration :

JAVA Configuration : java version "1.8.0_181" Java(TM) SE Runtime Environment (build 1.8.0_181-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)

Gradle configuration

build.gradle

Upvotes: 4

Views: 9048

Answers (2)

Lahcen
Lahcen

Reputation: 1423

You should toggle offline mode

enter image description here

Upvotes: 6

Jingyuan Xu
Jingyuan Xu

Reputation: 51

Or, in the IntelliJ, you can choose to use "use local gradle distribution" then uncheck the "offline work" in the next session.

Upvotes: 5

Related Questions