Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/iceberg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b782338e4e650a249ac220fea6ca051b949dd431
Choose a base ref
..
head repository: apache/iceberg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b2ea483df9bc61e2b2c4ca641a2fa7820647d0e
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 build.gradle
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -24,9 +24,6 @@ import java.util.regex.Pattern
buildscript {
repositories {
gradlePluginPortal()
maven {
url = uri("https://repository.apache.org/content/repositories/orgapacheavro-1038")
}
}
dependencies {
classpath 'io.github.goooler.shadow:shadow-gradle-plugin:8.1.8'
@@ -122,6 +119,9 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
maven {
url = uri("https://repository.apache.org/content/repositories/orgapacheavro-1038")
}
}
}