willowtreeapps / conductor-mobile

Conductor Mobile is a port of the Conductor Web Framework for iOS and Android
Apache License 2.0
6 stars 5 forks source link

Mh/gradlew 1 #165

Open mrk-han opened 4 years ago

mrk-han commented 4 years ago

Prefer /.gradlew test over gradle test

gradle test was using the default gradle version installed on the build agent. I'd prefer to use the gradle wrapper so we can control the gradle version and prevent stuff like the 6.x + checksum bug on the previous release.

mrk-han commented 4 years ago

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain