我在将条带插件安装到 Grails 4 时遇到问题。
我compile "org.grails.plugins:stripe:2.10"
在 build.gradle 文件中添加了依赖项。
然后grails install stripe
在powershell中使用。
我收到了这个错误:
| 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)```