I get an error now when I try to add folders to the java source set:
apply plugin: 'java'
apply plugin: 'maven'
configurations {
sourceSets{
main { // > Could not find method main() ...
java {
srcDir 'src-generated/java'
}
}
}
}
...
It seems this should never have been inside the configurations block, but it was working in 2.13.