1
0
mirror of synced 2025-12-23 21:03:15 -05:00

gradle: repo cleanup (#31460)

This commit is contained in:
Marius Posta
2023-10-18 11:43:41 -07:00
committed by GitHub
parent c544183339
commit 1394a19ab1
12 changed files with 127 additions and 139 deletions

View File

@@ -16,12 +16,6 @@ application {
applicationDefaultJvmArgs = ['-XX:+ExitOnOutOfMemoryError', '-XX:MaxRAMPercentage=75.0']
}
repositories {
maven {
url "https://packages.confluent.io/maven"
}
}
dependencies {
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.airbyte.protocol