문제

I'm using the Grails Tool Suite (Eclipse) and for a Grails project I cannot figure out a good way to get Eclipse content assist working for a library (Google Guava) that is a dependency via Gradle. I can add the libraries to the build path after they've been downloaded, but I hope there is something better so that I don't have to start managing jars.

도움이 되었습니까?

해결책 2

Well I made a mistake. I'm not using Gradle I'm using the default engine Aether. And I believe I found the fix, Right Click -> Grails Tools -> Refresh Dependencies.

다른 팁

Have You tried using the Eclipse plugin to generate correct classpath entries?

Add apply plugin: 'eclipse' to Your build file, run gradle eclipse and refresh the project

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top