Pedro Boschi
Pedro Boschi
I have been living with this bug here: https://github.com/cursive-ide/cursive/issues/2391 Might be related to your bug as well.
A XSD file for the system-config.xml could give most of those validations "for free". Is there such XSD?
A manual workaround is to select to add just one of the sub-projects, then go to "Project Structure" -> "Modules", rename the modules "api" to "subproject-1-api" and similarly for the...
@stevesaliman I was able to get rid of the NoClassDefFoundErrors with a minor tweak on your classloader class: > net.saliman.gradle.plugin.cobertura.util.ChildFirstUrlClassLoader On the try-catch blocks fr the "fallback if not found"...