rionmonster opened a new issue, #2113:
URL: https://github.com/apache/fluss/issues/2113

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and 
found nothing similar.
   
   
   ### Description
   
   While working on another unrelated issue, I encountered the following error 
when attempting to build Fluss using the existing `./mvnw clean package 
-DskipTests` command:
   
   ```
   ./mvnw clean package -DskipTests
   Error: Failed to validate Maven distribution SHA-256, your Maven 
distribution might be compromised.
   If you updated your Maven version, you need to update the specified 
distributionSha256Sum property.
   ```
   
   After digging into it a bit deeper, it seems that the existing version 
referenced within the `maven-wrapper.properties` file has reached EOF as 
detailed in [the Maven releases 
documentation](https://maven.apache.org/docs/history.html#maven-3-8-x-and-before):
   
   > Maven 3.8.9 and before has now reached its end of life and is no longer 
supported in any way. New plugin releases will require Maven 3.9.0 or later. 
The following information is made available for reference.
   
   We may want to consider upgrading to the latest 3.9.x release to ensure that 
a supported version of Maven is being used for the project.
   
   ### Willingness to contribute
   
   - [x] I'm willing to submit a PR!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to