From 1e54c8f7e47118dd7a598931c87d4081cf68517b Mon Sep 17 00:00:00 2001 From: Xujiayao Date: Tue, 8 Jun 2021 20:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Gradle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e5338d37..0f80bbf5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 30019fbf..8747e37a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -9,8 +9,8 @@ ], "contact": { "homepage": "https://blog.xujiayao.top/", - "issues": "https://github.com/Xujiayao147/MCDiscordChat/issues", - "sources": "https://github.com/Xujiayao147/MCDiscordChat" + "issues": "https://github.com/Xujiayao/MCDiscordChat/issues", + "sources": "https://github.com/Xujiayao/MCDiscordChat" }, "license": "MIT", "environment": "server",