This message was deleted.
# community-support
s
This message was deleted.
v
Never seen. Can you provide the full error, optimally with
--stacktrace
or even better a build
--scan
?
The exception is coming from the JFrog Artifactory Gradle plugin. So you may ask / report there. Maybe you are using a plugin version that is not compatible with your Gradle version.
a
v
As I said 🙂
a
ok, thx
👌 1
just provided the build scan too because there is no direct dependency on JFrog Artifactory Gradle plugin in the project, we encapsulated it into our convention plugin
so provided a build scan to have evidence about that. when I go through the dependency tree I can't see JFrog Artifactory Gradle plugin there - what I am doing wrong?
v
Whether you apply it directly or via convention plugin is not really relevant. The point is, that it is applied, and that it throws this exception.
thank you 1