From 77aeb10a7872713d138745e49323589fc1cdc093 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Thu, 31 Mar 2022 11:16:52 +0200 Subject: [PATCH] Fix gradle build, add zOnlyKroks as author --- gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 29fb7be..d487613 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1 +1 @@ -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-all.zip diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a5e81e3..4c7d0e7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -4,7 +4,7 @@ "version": "${version}", "name": "SteamwarModSender", "description": "", - "authors": [], + "authors": ["zOnlyKroks"], "contact": {}, "license": "AGPL-3.0", "icon": "",