Hello,
According to my project lead, that particular bit of code is to ensure that all runtime dependencies of the, sorry typo, ejb
-project are declared as earlibs.
Sadly, changing just that did not alleviare the issue.
However:
After hours and hours of digging, there actually was a hidden plugin dependency that i missed; it appears that the org.springframework.build.gradle:propdeps-plugin'
, version 0.0.5
has compatibility issues with Gradle 6.0.
Updating to 0.0.7
leads to compile errors due to missing symbols, which is a much better error than the previous one.
Apologies for taking up your time on this; it WOULD have been resolved with the first answer, if the code we produces was just a tad more readable.
Thank you for your time ahd help
`