When I try to import a Gradle project into IntelliJ, I get:
Resolve Error
No such property: spredfastRepoUsername for class:
org.gradle.api.internal.artifacts.repositories.DefaultPasswordCredentials_Decorated
Consult IDE log for more details (Help | Show Log)
This is strange, because I do have spredfastRepoUsername
defined in ~/.gradle/gradle.properties
, as evidenced by a successful ./gradlew clean test
in bash.
Any idea why this might happen? My coworkers can import the project into their IntelliJ without issue.
Clicking on Show Log
does nothing.
System:
- https://github.com/mcandre/dotfiles/blob/master/intellij-settings.jar
- IntelliJ 14.1.5, enterprise license
- gradlew 2.4
- JDK 1.8
- Mac OS X El Capitan 10.11.1