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
Test in IntelliJ IDEA with this as a dependency show the following error message (though there seems to be no actual problem)
Errors occurred while building effective model from /home/cp/.gradle/caches/modules-2/files-2.1/org.jfrog.buildinfo/build-info-extractor/2.41.12/d5ae695415585a1481144ab3d7a59b41af869883/build-info-extractor-2.41.12.pom:
'dependencies.dependency[org.jfrog.buildinfo:build-info-extractor:2.41.12]' for org.jfrog.buildinfo:build-info-extractor:2.41.12 is referencing itself. in org.jfrog.buildinfo:build-info-extractor:2.41.12
for the file mentioned in the error (in your case, /home/cp/.gradle/caches/modules-2/files-2.1/org.jfrog.buildinfo/build-info-extractor/2.41.12/d5ae695415585a1481144ab3d7a59b41af869883/build-info-extractor-2.41.12.pom)
I'm not sure it's the right solution, but my app seems to be running fine right now and I don't see the error anymore.
Describe the bug
Maven POM contains a self reference:
Test in IntelliJ IDEA with this as a dependency show the following error message (though there seems to be no actual problem)
To Reproduce
Look at https://repo1.maven.org/maven2/org/jfrog/buildinfo/build-info-extractor/2.41.14/build-info-extractor-2.41.14.pom
Expected behavior
No self reference.
Additional context
We have seen this behavior when using the Gradle Plugin 'test-fixtures'
gradle/gradle#14936
The text was updated successfully, but these errors were encountered: