Skip to content

Commit

Permalink
[build] Revert "Limit maximum number of lines changed in file", and u…
Browse files Browse the repository at this point in the history
…pdate duckckdb dependency to latest snapshot (#1491)

1. Reverts #1468 as there is an issue where the GitHub action doesn't exist.
2. Updates the snapshot dependency for duckdb to the latest version, as the current one in the build was deleted
  • Loading branch information
kvargha authored Jan 31, 2025
1 parent 7cdad0f commit 43c280c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 88 deletions.
87 changes: 0 additions & 87 deletions .github/workflows/limit-pr-files-changed.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ext.libraries = [
commonsLang: 'commons-lang:commons-lang:2.6',
conscrypt: 'org.conscrypt:conscrypt-openjdk-uber:2.5.2',
d2: "com.linkedin.pegasus:d2:${pegasusVersion}",
duckdbJdbc: "org.duckdb:duckdb_jdbc:1.2.0-20250124.011319-133", // TODO: Remove SNAPSHOT when the real release is published!
duckdbJdbc: "org.duckdb:duckdb_jdbc:1.2.0-20250130.011706-145", // TODO: Remove SNAPSHOT when the real release is published!
failsafe: 'net.jodah:failsafe:2.4.0',
fastUtil: 'it.unimi.dsi:fastutil:8.3.0',
grpcNettyShaded: "io.grpc:grpc-netty-shaded:${grpcVersion}",
Expand Down

0 comments on commit 43c280c

Please sign in to comment.