Open MerchantPug opened 2 months ago
I have fixed this by changing to IShearable, but I think it's an issue with javadoc generation not getting NeoForge dependencies, so link annotations to NeoForge classes fail.
I have not yet validated this, but just by looking at the Gradle code, javadoc should use the main source-set compile classpath by default.
Can you please post a link to your project?
I'll post the repo at a specific commit hash, because I changed the implementation to IShearable. https://github.com/GreenhouseModding/bovines-and-buttercups/tree/6ef2825b1a8ee083bf93439543ed598bae865eef
Hi, I'm getting an error whenever I generate the javadocs through the
./gradlew build
command. I think it's being caused by not having access to certain NeoForge classes when trying to use the Shearable interface on an entity (I do know that this interface is deprecated, and I'll see if changing to IShearable is worth it).Below are some debug logs that might lead to the issue.