Skip to content

Commit

Permalink
move up Confluent repo
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed Dec 12, 2024
1 parent 23b5c8a commit 104a54c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ class Repositories {
mavenCentral()
mavenLocal()

// For Confluent Kafka dependencies
maven {
url "https://packages.confluent.io/maven/"
content { includeGroup "io.confluent" }
}

// Release staging repository
maven { url "https://oss.sonatype.org/content/repositories/staging/" }

Expand All @@ -52,12 +58,6 @@ class Repositories {

// Apache release snapshots
maven { url "https://repository.apache.org/content/repositories/releases" }

// For Confluent Kafka dependencies
maven {
url "https://packages.confluent.io/maven/"
content { includeGroup "io.confluent" }
}
}

// Apply a plugin which provides the 'updateOfflineRepository' task that creates an offline
Expand Down

0 comments on commit 104a54c

Please sign in to comment.