This is an automated email from the ASF dual-hosted git repository.
wlo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git
The following commit(s) were added to refs/heads/master by this push:
new c0fa22c2f [GOBBLIN-2008] use https in repositories.gradle (#3884)
c0fa22c2f is described below
commit c0fa22c2f533573b8caa1875617203665c480e3c
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Apr 5 22:47:10 2024 +0200
[GOBBLIN-2008] use https in repositories.gradle (#3884)
---
gradle/scripts/repositories.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/scripts/repositories.gradle
b/gradle/scripts/repositories.gradle
index 90657222b..0ebd3b8b7 100644
--- a/gradle/scripts/repositories.gradle
+++ b/gradle/scripts/repositories.gradle
@@ -21,7 +21,7 @@ repositories {
url "https://plugins.gradle.org/m2/"
}
maven {
- url "http://packages.confluent.io/maven/"
+ url "https://packages.confluent.io/maven/"
}
maven {
url "https://repository.apache.org/content/repositories/snapshots"