I have a problem after clone the repo, during first gredle built of my springboot project an error appear
Error resolving plugin [id: 'some plugin', version: 'plugin version']
> You must specify a URL for a Maven repository.
in my bulid.gradle file just written like this
plugins {
id "some plugin" version "${PluginVersion}"
}
Do i have to do a setting. Im using Intelli J in this project. Thanks in Advance
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…