Missing jars from org.springframework.boot.gradle.plugin

Hi,

Recently when I go to any version in:
https://plugins.gradle.org/m2/org/springframework/boot/org.springframework.boot.gradle.plugin/

There are no jars present and this preventing one of my builds from working for example:
https://plugins.gradle.org/m2/org/springframework/boot/org.springframework.boot.gradle.plugin/2.0.1.RELEASE/

Any ideas where the jars have gone? Due to a recent release or moving the files somewhere else?

Thanks

1 Like

Hello Philltomlinson,

I am seeing same issues. Wondering if you found fix for this or any alternative.

Thanks

Hello @nayana

gradle use the pom file to retrieve the plugin from the maven repository
if you interested to get the jar file you can go to
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-gradle-plugin/3.0.1

but it better to use the gradle plugin option
https://docs.gradle.org/current/userguide/plugins.html

and if you interested to use it as dependency you can check this one
https://docs.gradle.org/current/userguide/declaring_dependencies.html

unless if i miss understand your questions and have a nice day :slight_smile: