You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met this error message when I add a target without in src/test/groovy folder, because of I may have another folder named src/integration/groovy or even groovytests folder.
I think it may be a too strict constraint for a common language build rule, at least support modifying the groovy source root for the groovy_test targets may help.
I met this error message when I add a target without in
src/test/groovyfolder, because of I may have another folder namedsrc/integration/groovyor evengroovytestsfolder.I think it may be a too strict constraint for a common language build rule, at least support modifying the groovy source root for the groovy_test targets may help.
My project structure: