This message was deleted.
# community-support
s
This message was deleted.
🧵 1
Need to change that in the definition of your ivy repo(s)
s
Thanks Jendrik for the quick response. I have seen the above link already. I don’t think we have any Ivy repositories in Jfrog
v
Are you sure you are on 4.31.9? I don't see the closure your stacktrace mentions:
s
Yeah, here is what I have in
build.gradle
Copy code
plugins {
    id "org.sonarqube" version "2.8"
    id "com.github.davidmc24.gradle.plugin.avro" version "1.3.0"
    id "com.jfrog.artifactory" version "4.31.9"
}
v
Well, as I siad, it seems not to be what is used, as the closure does not exist there. 😉
s
Ok, let me check
👌 1
There were some references where I missed upgrading the plugin version. It’s working fine after fixing them. Thanks @Vampire
👌 1