This is an automated email from the ASF dual-hosted git repository.

garyw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new b42f713  Update build.gradle
b42f713 is described below

commit b42f7139eaae8727ecbeb59eb4bcfb31b9e6d50d
Author: lcy0816 <[email protected]>
AuthorDate: Wed Dec 2 16:31:26 2020 -0800

    Update build.gradle
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 60f5ae2..0975084 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,7 +48,7 @@ subprojects {
   }
 
   repositories {
-    maven { url "http://repo.maven.apache.org/maven2"; }
+    maven { url "https://repo.maven.apache.org/maven2"; }
     mavenCentral()
   }
 
@@ -64,4 +64,4 @@ subprojects {
 
 build.doFirst {
    throw new GradleException('The Gradle is not functional yet.')
-}
\ No newline at end of file
+}

Reply via email to