Posted May 25, 20205 yr I changed my build.gradle to include compileJava { options.compilerArgs << "-Xlint" [...] } which is generally considered good practice. When trying to compile my mod using gradlew build I get this error: Quote warning: No processor claimed any of these annotations: net.minecraftforge.fml.common.Mod.EventHandler,net.minecraftforge.fml.common.eventhandler.SubscribeEvent,net.minecraftforge.fml.common.SidedProxy,net.minecraftforge.fml.common.Mod, net.minecraftforge.fml.relauncher.SideOnly,javax.annotation.Nonnull,net.minecraftforge.common.capabilities.CapabilityInject,net.minecraftforge.fml.common.Mod.Instance,javax.annotation.Nullabla What is causing this?
May 25, 20205 yr Author Wouldn't it make sense to declare the annotations somewhere inside Forge code?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.