Closed FRodrigues-BrandenPT closed 3 years ago
Found the problem. Gradle or IntelliJ added the following statements to the settings.gradle:
include("ThisProjectPlugin")
include("build-config-plugins:ThisProjectPlugin")
findProject(":build-config-plugins:ThisProjectPlugin")?.name = "ThisProjectPlugin"
Sorry to bother you. I'm going to still leave this and the repository open if you want to test something.
OK. So this is not a bug in Kordamp itself, is it?
I'm not sure, because as a user I would expect a plugin error saying that I'm trying to add non-existing projects. But instead, I got ConcurrentModificationException. So if it's a bug of Kordamp I wouldn't prioritize it.
Hello, when I run this project I get this exception:
Probably because this method is removing objects of the iterator?
I'm going to not use the settings plugin for the time being. Thanks.