1

我在将条带插件安装到 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)```

4

1 回答 1

1

据我所知,该插件没有与 Grails 4 兼容的版本。https://github.com/bobbywarner/grails-stripe上的代码多年未更新。

没有理由grails install stripe在 Grails 4 中运行。

于 2020-08-04T15:54:57.803 回答