update to gradle 7 and addition of the ability to build a fat jar

This commit is contained in:
UnrealValentin
2021-05-10 14:16:30 +02:00
parent ba4a5f94e0
commit abb6428a97
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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