aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle15
1 files changed, 1 insertions, 14 deletions
diff --git a/build.gradle b/build.gradle
index b3c8de1c..f51bae14 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,14 +40,8 @@ minecraft {
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}
-configurations {
- shade
- compile.extendsFrom shade
-}
-
dependencies {
implementation 'org.jetbrains:annotations-java5:19.0.0'
- compile 'com.auth0:java-jwt:3.11.0'
// you may put jars on which you depend on in ./libs
// or you may define them like so..
@@ -76,11 +70,6 @@ dependencies {
testAnnotationProcessor 'org.projectlombok:lombok:1.18.16'
}
-shadowJar {
- dependencies {
- }
-}
-
processResources
{
@@ -100,6 +89,4 @@ processResources
from(sourceSets.main.resources.srcDirs) {
exclude 'mcmod.info'
}
-}
-
-build.dependsOn shadowJar \ No newline at end of file
+} \ No newline at end of file