1
0

[HUDI-585] Optimize the steps of building with scala-2.12 (#1293)

This commit is contained in:
lamber-ken
2020-02-05 23:13:10 +08:00
committed by GitHub
parent 4de0fcfcb5
commit 425e3e6c78
8 changed files with 11 additions and 76 deletions

View File

@@ -65,12 +65,10 @@ mvn clean javadoc:aggregate -Pjavadocs
### Build with Scala 2.12
The default Scala version supported is 2.11. To build for Scala 2.12 version, after code checkout run dev/change-scala-version.sh
and build using `scala-2.12` profile
The default Scala version supported is 2.11. To build for Scala 2.12 version, build using `scala-2.12` profile
```
dev/change-scala-version 2.12
mvn clean package -DskipTests -DskipITs -Pscala-2.12
mvn clean package -DskipTests -DskipITs -Dscala-2.12
```
## Quickstart