diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-22 04:02:59 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-22 04:02:59 +1000 |
commit | 6360be89887b2c7b31a1739228deccbb0648d7cf (patch) | |
tree | 559e2367dbea689e7964a5db395e640105ed34a6 /build.gradle | |
parent | ae5bace43a14f2d8be9f1c1d9c644cc5dabd5d2f (diff) | |
download | NotEnoughUpdates-BETA-1.2.tar.gz NotEnoughUpdates-BETA-1.2.tar.bz2 NotEnoughUpdates-BETA-1.2.zip |
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 3f59af89..4c5c5386 100644 --- a/build.gradle +++ b/build.gradle @@ -40,6 +40,7 @@ dependencies { //compile('org.spongepowered:mixin:0.7.11-SNAPSHOT') compile('org.kohsuke:github-api:1.108') compile('com.fasterxml.jackson.core:jackson-core:2.10.2') + compile('info.bliki.wiki:bliki-core:3.1.0') } /*mixin { @@ -64,10 +65,14 @@ shadowJar { include(dependency('com.fasterxml.jackson.core:jackson-databind:2.10.2')) include(dependency('com.fasterxml.jackson.core:jackson-annotations:2.10.2')) include(dependency('com.fasterxml.jackson.core:jackson-core:2.10.2')) - //exclude(dependency('com.fasterxml.jackson.core:jackson-annotations')) + + include(dependency('info.bliki.wiki:bliki-core:3.1.0')) + include(dependency('org.slf4j:slf4j-api:1.7.18')) + include(dependency('org.luaj:luaj-jse:3.0.1')) } relocate 'com.fasterxml.jackson', 'neu.com.fasterxml.jackson' + relocate 'org.slf4j', 'neu.org.slf4j' exclude 'module-info.class' exclude 'dummyThing' |