Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-15746: [Release][Java] Add missing artifacts to tasks.yml #12481

Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions dev/tasks/tasks.yml
Expand Up @@ -784,6 +784,7 @@ tasks:
- arrow-dataset-{no_rc_version}-tests.jar
- arrow-dataset-{no_rc_version}.jar
- arrow-dataset-{no_rc_version}.pom
- arrow-flight-{no_rc_version}.pom
- arrow-format-{no_rc_version}-javadoc.jar
- arrow-format-{no_rc_version}-sources.jar
- arrow-format-{no_rc_version}-tests.jar
Expand Down Expand Up @@ -856,6 +857,16 @@ tasks:
- flight-grpc-{no_rc_version}-tests.jar
- flight-grpc-{no_rc_version}.jar
- flight-grpc-{no_rc_version}.pom
- flight-integration-tests-{no_rc_version}-javadoc.jar
BryanCutler marked this conversation as resolved.
Show resolved Hide resolved
- flight-integration-tests-{no_rc_version}-sources.jar
- flight-integration-tests-{no_rc_version}-tests.jar
- flight-integration-tests-{no_rc_version}.jar
- flight-integration-tests-{no_rc_version}.pom
- flight-sql-{no_rc_version}-javadoc.jar
- flight-sql-{no_rc_version}-sources.jar
- flight-sql-{no_rc_version}-tests.jar
- flight-sql-{no_rc_version}.jar
- flight-sql-{no_rc_version}.pom

############################## NuGet packages ###############################

Expand Down