Skip to content

Commit

Permalink
Add scala version into the final command so it builds with 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kbendick committed Feb 21, 2022
1 parent 7744eed commit 93b818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/stage-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ HIVE_VERSIONS=2,3

# Also publish Scala 2.13 Artifacts for versions that support it.
# Flink does not yet support 2.13 and Hive doesn't need a Scala specification.
./gradlew -P release :iceberg-spark:iceberg-spark-3.2_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-extensions-3.2_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-runtime-3.2_2.13:publishApachePublicationToMavenRepository
./gradlew -P release -DscalaVersion=2.13 :iceberg-spark:iceberg-spark-3.2_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-extensions-3.2_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-runtime-3.2_2.13:publishApachePublicationToMavenRepository

0 comments on commit 93b818f

Please sign in to comment.