You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
}