mkobit
01/14/2019, 5:28 PMeskatos
01/15/2019, 9:19 AMmkobit
01/15/2019, 1:58 PMIntelliJ IDEA 2018.3.3 (Ultimate Edition)
Build #IU-183.5153.38, built on January 9, 2019
Licensed to Mike Kobit
Subscription is active until August 7, 2019
JRE: 1.8.0_152-release-1343-b26 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-43-generic
i have multiple intellij modules in an intellij project which are each gradle projects (some bein multi-projec) and nearly all having buildSrc
. some using 5.0 still and some being 5.1.1. all using the intellij "default wrapper settings" option.
even though synchronization works fine and the log shows all ✔️ , intellij shows the "build configuration failed" message. nothing showing up in intellij's idea.log
regarding the failure. "invalidate and restart" doesn't fix it, either.
it looks like something in intellij not using the right wrapper for the module or something because jumping from build to gradle source takes me to 5.0 but jumping from buildSrc/src/main/kotlin
code takes me to 5.1.1
i'll have to see if i can reproduce it on a clean project.DALDEI
01/15/2019, 3:14 PMmkobit
01/15/2019, 4:36 PMDALDEI
01/16/2019, 1:00 AMmkobit
01/18/2019, 4:55 PM5.1.1
) with buildSrc
and plugins and other stuff - intellij happy
2) import another gradle project, this time being 5.0
with buildSrc
and plugins and other stuff - intellij still seems happy, but build.gradle.kts
go-to-source linking goes to 5.0
now instead of 5.1.1
3) upon restarting intellij, some things in 5.1.1
project are red and unhappy