From abb6428a97845953e6e9a01a58ca35868210b042 Mon Sep 17 00:00:00 2001 From: UnrealValentin Date: Mon, 10 May 2021 14:16:30 +0200 Subject: [PATCH] update to gradle 7 and addition of the ability to build a fat jar --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f00bd70..67007a1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' - id 'maven' id 'org.jetbrains.kotlin.jvm' version '1.5.0' + id 'com.github.johnrengelman.shadow' version '7.0.0' } group 'com.github.HMCore' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index be52383..f371643 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-6.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists