2

.grails フォルダーの下の ivy キャッシュを削除した後、Grails 2.2.5 バージョンの依存関係の問題を解決できないため、私のアプリケーションは (新しく作成されたものでも) 動作しています。

コンパイルでログの下に取得しています

        ::::::::::::::::::::::::::::::::::::::::::::::
        ::          UNRESOLVED DEPENDENCIES         ::
        ::::::::::::::::::::::::::::::::::::::::::::::
        :: org.grails.plugins#cache;1.0.1: not found
        :: org.grails.plugins#rendering;0.4.4: not found
        :: org.grails.plugins#ckeditor;3.6.6.1.0: not found
        :: org.grails.plugins#rest-client-builder;1.0.2: not found
        :: org.grails.plugins#spring-security-core;1.2.7.3: not found
        ::::::::::::::::::::::::::::::::::::::::::::::

| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):

- org.grails.plugins:cache:1.0.1
- org.grails.plugins:rendering:0.4.4
- org.grails.plugins:ckeditor:3.6.6.1.0
- org.grails.plugins:rest-client-builder:1.0.2
- org.grails.plugins:spring-security-core:1.2.7.3
4

1 に答える 1

10

古いバージョンの Grails にはいくつか問題があるため、リポジトリ パスを更新する必要があります。

私の回答を参照してください: Grails URL Shorter plugin not gotting installed :

使ってください

mavenRepo "https://repo.grails.org/grails/plugins"

リポジトリ定義として。

http://grails.1312388.n4.nabble.com/Grails-central-repo-seemingly-missing-plugin-versions-td4658720.html

于 2015-02-27T08:07:46.380 に答える