authorjapps / zerocode-hello-world

Zerocode YAML and JSON based declarative steps hello world rest api testing example - soap, database
https://github.com/authorjapps/zerocode
MIT License
18 stars 36 forks source link

Add gradle-wrapper.jar #21

Closed ankitshubham97 closed 4 years ago

ankitshubham97 commented 4 years ago

Fixes #17 Root cause: In #17 , it is mentioned that it was failing with the error "Could not find or load main class org.gradle.wrapper.GradleWrapperMain". This class is supposed to be present in gradle-wrapper.jar which is not there in gradle/wrapper/. Solution: I generated the gradle-wrapper.jar, put it in the classpath that is defined in gradlew and it works now.

ankitshubham97 commented 4 years ago

@authorjapps Please review. Fixes #17 .