aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorsyeyoung <42869671+cyoung06@users.noreply.github.com>2020-12-08 22:11:33 +0900
committersyeyoung <42869671+cyoung06@users.noreply.github.com>2020-12-08 22:11:33 +0900
commitf6a3ae6948b940d0bcc2deddde37cdf2349cfa46 (patch)
tree982de5e91c079ddfde360c649792f8476379627f /build.gradle
parent9dda9c40514b24b87e33006a0d65fb00e5d62bde (diff)
downloadSkyblock-Dungeons-Guide-f6a3ae6948b940d0bcc2deddde37cdf2349cfa46.tar.gz
Skyblock-Dungeons-Guide-f6a3ae6948b940d0bcc2deddde37cdf2349cfa46.tar.bz2
Skyblock-Dungeons-Guide-f6a3ae6948b940d0bcc2deddde37cdf2349cfa46.zip
put cap for readin
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