diff options
author | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-13 18:05:53 +0300 |
---|---|---|
committer | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-13 18:12:56 +0300 |
commit | 788a957072fba51b353f64bac392adb64c09085c (patch) | |
tree | f2ecc9a425cb6516815c13f03562a54d1ed211be /.idea | |
parent | 698dd15f8d5be356813f24d773057ed7a7fd8253 (diff) | |
download | dokka-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.xml | 4 |
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" /> |