This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new d8450cc5d5 fix spelling mistake in build.md (#602)
d8450cc5d5 is described below

commit d8450cc5d5342b28621f07d5dd65425a80e9cf84
Author: GuoPhilipse <[email protected]>
AuthorDate: Tue Nov 22 10:23:26 2022 +0800

    fix spelling mistake in build.md (#602)
    
    * fix the typos in build.md
---
 docs/development/build.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/development/build.md b/docs/development/build.md
index 477fdc5c2a..5743c322d2 100644
--- a/docs/development/build.md
+++ b/docs/development/build.md
@@ -4,7 +4,7 @@ sidebar_position: 1
 ---
 
 ## 1. Preparation
-**Environment requirements:** Version of JDK must be higher then **JDK8**,  
**Oracle/Sun** and **OpenJDK** are both supported.
+**Environment requirements:** Version of JDK must be higher than **JDK8**,  
**Oracle/Sun** and **OpenJDK** are both supported.
 
 After obtaining the project code from [github 
repository](https://github.com/apache/incubator-linkis) 
https://github.com/apache/incubator-linkis, use maven to compile the project 
installation package.
 
@@ -19,7 +19,7 @@ If you want to compile Linkis with another version of Hadoop, 
Hive, Spark, pleas
 
 ### <font color="red">1.2 Modify dependency configuration</font>
 :::caution Note
-Because the mysql-connector-java driver is under the GPL2.0 agreement and does 
not meet the license policy of the Apache open source agreement, starting from 
version 1.0.3, the scope of the dependency on mysql-connector-java is test by 
default. If you compile by yourself , You can modify the scope scope that the 
mysql-connector-java of the top-level pom.xml depends on (just comment it out)
+Because the mysql-connector-java driver is under the GPL2.0 agreement and does 
not meet the license policy of the Apache open source agreement, starting from 
version 1.0.3, the scope of the dependency on mysql-connector-java is test by 
default. If you compile by yourself , You can modify the scope that the 
mysql-connector-java of the top-level pom.xml depends on (just comment it out)
 :::
 ```xml
 <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to