i am creating a plugin in grails of profile `web-p...
# general
m
i am creating a plugin in grails of profile
web-plugin
the it is giving me error
Error Could not resolve all dependencies for configuration ':testRuntime'. Type 'gradle dependencies' for more information
. the grails version that i am using is
Grails 4.0.1
with
jdk 11.0.5
. is this a grails issue? because when i create plugin with profile
plugin
then it creates are running successfully. why
web-plugin
profile does not working?