@Vampire I'm not sure why this happens, but when I publish the plugin and its markers, some of the markers are created in the root folder of my repository while the others are created under the package structure they are located in: src/main/kotlin/*de.xy.configuration.*
You can see that two of the tasks for publishing the markers don't have the structure in its names. I tried to remove the maven-publish plugin and also invalidated cache but it's still remaining. Any idea on this?
Edit: the package statement is correct for each of them.