Update build.gradle

This commit is contained in:
Waterdev
2021-05-10 17:37:16 +02:00
committed by GitHub
parent a6cbf39485
commit 2ba2e28ec1

View File

@@ -2,6 +2,7 @@ plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'maven-publish'
}
group 'com.github.HMCore'
@@ -28,4 +29,4 @@ dependencies {
test {
useJUnitPlatform()
}
}