You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "AbdulSamad4068 (via GitHub)" <gi...@apache.org> on 2023/05/11 19:11:20 UTC

[GitHub] [age] AbdulSamad4068 commented on issue #581: gradle-wrapper.jar missing in jdbc driver

AbdulSamad4068 commented on issue #581:
URL: https://github.com/apache/age/issues/581#issuecomment-1544541244

   You have to ensure that file is present in the "gradle/wrapper" directory of your project. Ensure it hasn't been accidentally deleted or moved.
   
   verify that you have a valid Gradle installation on your system and that the correct Gradle version is specified in your project's configuration. Check the "gradleVersion" property in files like "build.gradle" or "settings.gradle" and make any necessary corrections.
   
   If the issue persists, you can regenerate the Gradle wrapper files. Use the appropriate command, either `gradle wrapper` or `gradlew wrapper`, in your project's root directory. This will recreate the necessary Gradle wrapper files based on your Gradle installation and project configuration.
   
   Now build the JAR file, execute the command `./gradlew assemble` in your project's root directory. This will initiate the build process using the Gradle wrapper.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org