I\'m using IntelliJ IDEA Pro 13.1.2. Never used any versions below 13.
When trying to run build.gradle from IDE I get the message:
build.gradle
M
This problem happened for me because I chose a different name for my project than my artifactID. In order to prevent this problem to happen, make sure your project name is the same as your artifactID.