aboutsummaryrefslogtreecommitdiff
path: root/plugins/jekyll/build.gradle.kts
diff options
context:
space:
mode:
authorAndrzej Ratajczak <andrzej.ratajczak98@gmail.com>2020-03-31 13:33:31 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-04-01 11:02:45 +0200
commit10e8dc85946aabf797d73552e0bc98330764ba3f (patch)
tree7175ae51e36f5816f5de4df2842255b77d91e34f /plugins/jekyll/build.gradle.kts
parentd9af94f2b26d54c88fb0696560de166af9df3d65 (diff)
downloaddokka-10e8dc85946aabf797d73552e0bc98330764ba3f.tar.gz
dokka-10e8dc85946aabf797d73552e0bc98330764ba3f.tar.bz2
dokka-10e8dc85946aabf797d73552e0bc98330764ba3f.zip
Fixes problems with Markdown and Jekyll
Diffstat (limited to 'plugins/jekyll/build.gradle.kts')
-rw-r--r--plugins/jekyll/build.gradle.kts7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/jekyll/build.gradle.kts b/plugins/jekyll/build.gradle.kts
index 535a0aef..03fcfc58 100644
--- a/plugins/jekyll/build.gradle.kts
+++ b/plugins/jekyll/build.gradle.kts
@@ -1,8 +1,13 @@
publishing {
publications {
- register<MavenPublication>("jekyll-plugin") {
+ register<MavenPublication>("jekyllPlugin") {
artifactId = "jekyll-plugin"
from(components["java"])
}
}
+}
+
+dependencies {
+ implementation(project(":plugins:base"))
+ implementation(project(":plugins:gfm"))
} \ No newline at end of file