Q
Q
Quad_Tree2017-03-07 12:10:17
Java
Quad_Tree, 2017-03-07 12:10:17

Why doesn't IDEA work with gradle?

Я установил в проект gradle. Потом для импорта в IDEA прописал в build.gradle следующую строку:
apply plugin: "idea"
Затем выполнил создание всех IDEA файлов, для дальнейшего импортирования:
gradle idea
Данный таск создал все необходимые файлы и я решил что теперь можно импортировать проект в IDEA. Открыл IDEA и выбрал import project, нашёл свой проект и нажал на файл build.gradle для того чтобы он понял, что это gradle проект, а не проект idea.
Проект открылся, все зависимости работают и вроде всё нормально. Теперь начинаю писать run configuration. Указал main class запускаю и он мне выдают ошибку, что в проекте не указан compile output path. Я зашёл в настройки проекта и установил данный путь в /out/main и в /out/test. Снова запускаю и на этот раз такая вот ошибка:

Error:Unable to make the module: <project-name>, related gradle configuration was not found. Please, re-import the Gradle project and try again

I import the project again as he asks. And after that, all run configurations disappear from me. I again add run configuration to compile and run and it again says that there is no compile output path. Then I specify the path again and again the gradle project stops working. I import again and so on in a circle.
Can you please tell me how to get out of this circle of importing and setting compile output path?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
b3er, 2017-03-07
@Quad_Tree

Try removing the idea plugin from build.gradle and all *.iml/*.iws/.idea files before importing the project.
At the moment, gradle support in idea works out of the box, without the need to generate idea files by gradle itself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question