2017-01-17 23 views
2

을 찾을 수 없습니다 :Gradle을 + gretty : 나는 <a href="http://akhikhl.github.io/gretty-doc/Getting-started.html,I" rel="nofollow noreferrer">http://akhikhl.github.io/gretty-doc/Getting-started.html,I</a>에 오류가있어 후속 때 jai_core.jar

FAILURE: Build failed with an exception.

What went wrong: Could not resolve all files for configuration ':compileClasspath'.

Could not find jai_core.jar (javax.media:jai_core:1.1.3). Searched in the following locations: https://jcenter.bintray.com/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar

Gradle을의 버전은 3.3입니다, 감사합니다 좀 도와주세요.

답변

0

링크가 작동하지 않습니다. ", l"을 삭제하면 도움이됩니다. 문제에 대한

다음에 대체

repositories { 
    maven { 
      url "https://repo1.maven.org/maven2" 
      artifactUrls "http://maven.geotoolkit.org" 
    } 
} 

: 당신을 위해 작동하는 경우 내가 슈어 아니에요, 난이 같은 외환 PROJEKT에 jai_core-1.1.3.jar와 문제 해결 다음에 대한 build.gradle :

repositories { 
    jcenter() 
    // enable this to use snapshot versions of Gretty: 
    // maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' } 
    } 

희망이 있습니다.