Am Samstag, September 20, 2025 16:59 CEST, schrieb Scott Palmer
<[email protected]>:
Back on topic… Multiple sources roots are trivial with Gradle: sourceSets {
main { java { srcDir 'src/main/java' srcDir
'generated/src/main/java' // Add a generated source directory }
resources { srcDir 'src/main/resources' srcDir
'src/main/config' // Add another resource directory } }}
To be fair, how does that show up in Netbeans, namely the project properties
dialog?
I think there is a certain lack of cohesion there. Some build systems only
allow one source root, others allow many - how do you design a UI for that?