Open
Description
I am trying to use the gradle plugin using plugins DSL, but the version 0.29 can't be found in gradle plugin repository.
plugins {
id 'org.springframework.boot' version '2.6.2'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java-library'
id 'io.spring.javaformat' version '0.0.29'
}
Thanks