diff options
author | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-14 17:27:47 +0300 |
---|---|---|
committer | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-14 19:33:22 +0300 |
commit | 2bd7a4ac79bfa813a0c19bdcd417c44039b38480 (patch) | |
tree | 09edf865642ed449091c70387267f293787aae1e /.idea/misc.xml | |
parent | 1a79c5d46536f1140f6348868aa14974182114ba (diff) | |
download | dokka-2bd7a4ac79bfa813a0c19bdcd417c44039b38480.tar.gz dokka-2bd7a4ac79bfa813a0c19bdcd417c44039b38480.tar.bz2 dokka-2bd7a4ac79bfa813a0c19bdcd417c44039b38480.zip |
Build fatjar by gradle and use it's output as dependency for maven and gradle plugins.
Eliminate local repository in out dir.
Diffstat (limited to '.idea/misc.xml')
-rw-r--r-- | .idea/misc.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index dbffc2e7..053c9043 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,6 +8,7 @@ </list> </component> <component name="FrameworkDetectionExcludesConfiguration"> + <file type="web" url="file://$PROJECT_DIR$/dokka-fatjar" /> <file type="web" url="file://$PROJECT_DIR$/gradle-plugin" /> </component> <component name="MavenProjectsManager"> |