Skip to content

Commit

Permalink
revert mvn build property name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfengcdt committed Aug 9, 2024
1 parent b496c2b commit b7f213e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ jobs:
SCALA_VERSION: ${{ matrix.scala }}
SKIP_TESTS: ${{ matrix.skipTests }}
run: |
SPARK_COMPAT_VERSION="3.0"
SPARK_COMPAT_VERSION=${SPARK_VERSION:0:3}
mvn -q clean install -Dspark.compat.version=${SPARK_COMPAT_VERSION} -Dscala=${SCALA_VERSION:0:4} -Dspark.version=${SPARK_VERSION} ${SKIP_TESTS}
mvn -q clean install -Dspark=${SPARK_COMPAT_VERSION} -Dscala=${SCALA_VERSION:0:4} -Dspark.version=${SPARK_VERSION} ${SKIP_TESTS}
- run: mkdir staging
- run: cp spark-shaded/target/sedona-*.jar staging
- run: |
Expand Down

0 comments on commit b7f213e

Please sign in to comment.