Use the latest version.
You could download Git from Git Downloads.
If you’re running macOS or Linux, you could install Git from software repository.
If you’re running Windows, following settings should be done before cloning ShardingSphere code.
Execute following command in PowerShell or cmd to prevent from filename too long
error on cloning ShardingSphere code:
git config --global core.longpaths true
Use JDK 11 or higher.
You could download JDK from OpenJDK Downloads.
You could search JDK installation guide for your platform on Google.
Optional. You could use mvn
command if Maven is ready, else use mvnw
instead (download and install Maven automatically, use version defined in .mvn/wrapper/maven-wrapper.properties
).
Use 3.6+.
You could download Maven from Downloading Apache Maven.
Please refer to Installing Apache Maven for more details.
You could use any of them:
You could use any of them:
Different terminal on different distribution.
Set up JAVA_HOME, MAVEN_HOME and PATH system environment variables.
You could find how to do it on Google.
You could use any of them:
These plugins might be useful for you:
Configuration File
: use src/resources/checkstyle.xml
Checkstyle version
: use 9.3