it seems idea can’t build gradle projects that use...
# intellij
c
it seems idea can’t build gradle projects that use convention plugins with its integrated build system (jps)
this is when building strikt (https://github.com/robfletcher/strikt)
j
you mean precompiled plugins?
👌 1
I am using them with plugins block, no issues
Can you run
./gradlew build
? A lot of times the problem is not what IntelliJ says, and
build
will say you where is the real problem
c
it works perfectly with gradle, and it works when i set idea to use gradle