This is an automated email from the ASF dual-hosted git repository. adutra pushed a commit to branch feature/iceberg-1.11 in repository https://gitbox.apache.org/repos/asf/polaris.git
commit 00c4fc0d25779d559ad200b7decfc2b32477c609 Author: Alexandre Dutra <[email protected]> AuthorDate: Fri Feb 6 14:13:24 2026 +0100 [temp] Use Iceberg 1.11.0-SNAPSHOT --- gradle/libs.versions.toml | 2 +- settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 78d841fb5..c7df96154 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ [versions] checkstyle = "13.1.0" hadoop = "3.4.2" -iceberg = "1.10.1" # Ensure to update the iceberg version in regtests to keep regtests up-to-date +iceberg = "1.11.0-SNAPSHOT" # Ensure to update the iceberg version in regtests to keep regtests up-to-date immutables = "2.12.1" jmh = "1.37" picocli = "4.7.7" diff --git a/settings.gradle.kts b/settings.gradle.kts index bec990713..e386ac2c6 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -127,7 +127,7 @@ dependencyResolutionManagement { } val useApacheSnapshots = providers.gradleProperty("useApacheSnapshots").orNull?.toBoolean() == true - if (useApacheSnapshots) { + if (useApacheSnapshots || true) { maven { name = "ApacheSnapshots" url = uri("https://repository.apache.org/content/repositories/snapshots/")
