Skip to content

Commit

Permalink
gradle: remove unused repos
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar committed Feb 15, 2024
1 parent 5fea0f5 commit 9c7384e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ dependencyResolutionManagement {
repositories {
// # Gradle looks for dependency artifacts in repositories listed in 'repositories' blocks in descending order.

// ## Start with the local filesystem.
mavenLocal()

// ## Prefer repos controlled by Airbyte.

maven {
Expand Down Expand Up @@ -105,20 +102,6 @@ dependencyResolutionManagement {
includeGroup 'org.apache.kafka'
}
}
// Node.js download repository, required only by com.github.node-gradle.node plugin.
ivy {
name = "Node.js"
setUrl("https://nodejs.org/dist/")
patternLayout {
artifact("v[revision]/[artifact](-v[revision]-[classifier]).[ext]")
}
metadataSources {
artifact()
}
content {
includeModule("org.nodejs", "node")
}
}
}

// TODO: get rid of this
Expand Down

0 comments on commit 9c7384e

Please sign in to comment.