./gradlew clean build
But I'm kept getting error:
Could not create plugin of type 'MatrixTestingPlugin'
I checked my environment, I have "JAVA_HOME" configured. I even have had previously installed gradle removed.
Eventually, I figured the problem is that the path of "JAVA_HOME" has the empty space, and gradle 1.5 failed to recognize that. So after moved Java into a location with no space in the path, the problem solved.
No comments:
Post a Comment