aboutsummaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorSergey Mashkov <sergey.mashkov@jetbrains.com>2015-07-13 18:05:53 +0300
committerSergey Mashkov <sergey.mashkov@jetbrains.com>2015-07-13 18:12:56 +0300
commit788a957072fba51b353f64bac392adb64c09085c (patch)
treef2ecc9a425cb6516815c13f03562a54d1ed211be /.idea
parent698dd15f8d5be356813f24d773057ed7a7fd8253 (diff)
downloaddokka-788a957072fba51b353f64bac392adb64c09085c.tar.gz
dokka-788a957072fba51b353f64bac392adb64c09085c.tar.bz2
dokka-788a957072fba51b353f64bac392adb64c09085c.zip
Add Mojo and TaskAction annotations to the list of annotations prohibits unused declaration warning
Diffstat (limited to '.idea')
-rw-r--r--.idea/misc.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml
index a5c40e02..dbffc2e7 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -2,6 +2,10 @@
<project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
+ <list size="2">
+ <item index="0" class="java.lang.String" itemvalue="org.apache.maven.plugins.annotations.Mojo" />
+ <item index="1" class="java.lang.String" itemvalue="org.gradle.api.tasks.TaskAction" />
+ </list>
</component>
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$/gradle-plugin" />