aboutsummaryrefslogtreecommitdiff
path: root/.idea/compiler.xml
diff options
context:
space:
mode:
authorSergey Mashkov <sergey.mashkov@jetbrains.com>2015-07-10 18:47:46 +0300
committerSergey Mashkov <sergey.mashkov@jetbrains.com>2015-07-13 17:59:30 +0300
commitd9e7b5a0a4706669819e91dd19404891f437e6d8 (patch)
tree6d6639a1e36a5ed24f4c80be45f425498448daed /.idea/compiler.xml
parent513af27ac95939e659d337b02d94b096bad7d970 (diff)
downloaddokka-d9e7b5a0a4706669819e91dd19404891f437e6d8.tar.gz
dokka-d9e7b5a0a4706669819e91dd19404891f437e6d8.tar.bz2
dokka-d9e7b5a0a4706669819e91dd19404891f437e6d8.zip
Gradle initial plugin implementation
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r--.idea/compiler.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 1f71f978..e22d39e5 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -22,10 +22,11 @@
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<processorPath useClasspath="true" />
- <module name="maven-plugin" />
+ <module name="dokka-maven-plugin" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
+ <module name="dokka-maven-plugin" target="1.5" />
<module name="maven-plugin" target="1.5" />
</bytecodeTargetLevel>
</component>