将 Stripe 与 Grails 4 结合使用
Using Stripe with Grails 4
我在将 stripe 插件安装到 Grails 4 时遇到问题。
我在 build.gradle 文件的依赖项中添加了 compile "org.grails.plugins:stripe:2.10"
。
然后在powershell中使用grails install stripe
。
我收到这个错误:
| 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)```
据我所知,该插件没有与 Grails 4 兼容的版本。https://github.com/bobbywarner/grails-stripe 处的代码已多年未更新。
在 Grails 4 中没有理由 运行 grails install stripe
。
我在将 stripe 插件安装到 Grails 4 时遇到问题。
我在 build.gradle 文件的依赖项中添加了 compile "org.grails.plugins:stripe:2.10"
。
然后在powershell中使用grails install stripe
。
我收到这个错误:
| 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)```
据我所知,该插件没有与 Grails 4 兼容的版本。https://github.com/bobbywarner/grails-stripe 处的代码已多年未更新。
在 Grails 4 中没有理由 运行 grails install stripe
。