I am having trouble installing the stripe plugin to Grails 4.
I added compile "org.grails.plugins:stripe:2.10"
to the dependencies in the build.gradle file.
Then used grails install stripe
in the powershell.
I got this error:
| Error Error initializing classpath: Could not find org.grails.plugins:stripe:2.10.
Searched in the following locations:
- https://repo.grails.org/grails/core/org/grails/plugins/stripe/2.10/stripe-2.10.pom
- https://repo.grails.org/grails/core/org/grails/plugins/stripe/2.10/stripe-2.10.jar
Required by:
project : (Use --stacktrace to see the full trace)```