jerryshao commented on PR #5977: URL: https://github.com/apache/gravitino/pull/5977#issuecomment-2579311862
> > I see you change the script name from `.sh` to `.sh.template` without any gradle script change to rename back to `.sh`, does it really work? > > Yes, it can work because, in the line [601](https://github.com/apache/gravitino/blob/e9d8ee7bc05d3226c5f0ce0b492b2c207018ed73/build.gradle.kts#L601) of the root `build.gradle.kts`, the build task will copy all files under the path `bin` into `distribution/package/bin` and replace .template. Adding .template to .sh files under the `bin` path is intended to prevent developers from being misled by their extensions. I see, thanks for the explanation. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org