i’m writing my first plugin,
but in test project, can’t resolve the class of plugin (src/groovy)


Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am guessing that you are not properly specifying the dependency between your plugin project and your app. Have you added a dependency either through the Grails plugin manager or by manually editing the
buildConfig.groovyfile?