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-unsubscr...@age.apache.org

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

Reply via email to