Open mrk-han opened 4 years ago
Prefer /.gradlew test over gradle test
/.gradlew test
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.
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Prefer
/.gradlew test
overgradle 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.