I would like IntelliJ IDEA to have my libraries as \"compile\" scope instead of \"provided\" scope. This is a part of my gradle file:
apply plugin: \'java\'
It's a known issue in IntelliJ IDEA that is specific to Gradle 3.4:
It's already fixed in 2017.1 EAP build.
You can use Gradle 3.3 or older as a workaround until IDEA 2017.1 is released.