aboutsummaryrefslogtreecommitdiff
path: root/plugins/mathjax/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mathjax/build.gradle')
-rw-r--r--plugins/mathjax/build.gradle6
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