1
0

[HUDI-2280] Use GitHub Actions to build different scala spark versions (#3556)

This commit is contained in:
Raymond Xu
2021-09-01 08:51:00 -07:00
committed by GitHub
parent f66e1ce9bf
commit 38c9b85aa8
7 changed files with 32 additions and 299 deletions

View File

@@ -1418,7 +1418,6 @@
<profile>
<id>scala-2.11</id>
</profile>
<profile>
<id>scala-2.12</id>
<properties>
@@ -1460,6 +1459,10 @@
</build>
</profile>
<!-- Exists for backwards compatibility; profile doesn't do anything -->
<profile>
<id>spark2</id>
</profile>
<profile>
<id>spark3</id>
<properties>