Could not determine the dependencies for task ‘:artifactoryPublish’
quick googling says add maven-publish plugin, i added still issue not resolved. i even bumped jfrog version too.
Still issue not resolvoing
pluginManager.withPlugin('com.jfrog.artifactory') {
artifactory {
publish {
defaults {
publishConfigs('archives', 'published')
}
}
}
this is perfectly working in gradle 7.5 but not working in gradle 8 and throwing above error