diff options
author | Paweł Marks <pmarks@virtuslab.com> | 2019-11-19 16:54:47 +0100 |
---|---|---|
committer | Błażej Kardyś <bkardys@virtuslab.com> | 2019-11-25 16:24:16 +0100 |
commit | 8a057a4611684a6a4616e136d480c005997070cd (patch) | |
tree | 47068c1ae3af98ce82a6f66c5eea52aa67d823c6 /plugins/mathjax | |
parent | 007aacb9ae3b228d0cef45ff5beb066b1dcd4cdc (diff) | |
download | dokka-8a057a4611684a6a4616e136d480c005997070cd.tar.gz dokka-8a057a4611684a6a4616e136d480c005997070cd.tar.bz2 dokka-8a057a4611684a6a4616e136d480c005997070cd.zip |
Working extensions in plugins
Diffstat (limited to 'plugins/mathjax')
-rw-r--r-- | plugins/mathjax/build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/mathjax/build.gradle b/plugins/mathjax/build.gradle new file mode 100644 index 00000000..a4a59c50 --- /dev/null +++ b/plugins/mathjax/build.gradle @@ -0,0 +1,6 @@ +import javax.tools.ToolProvider + + +dependencies { + compileOnly project(':core') +}
\ No newline at end of file |