From 2bd7a4ac79bfa813a0c19bdcd417c44039b38480 Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Tue, 14 Jul 2015 17:27:47 +0300 Subject: Build fatjar by gradle and use it's output as dependency for maven and gradle plugins. Eliminate local repository in out dir. --- maven-plugin/dokka-maven-plugin.iml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'maven-plugin/dokka-maven-plugin.iml') diff --git a/maven-plugin/dokka-maven-plugin.iml b/maven-plugin/dokka-maven-plugin.iml index 45a70200..984991e8 100644 --- a/maven-plugin/dokka-maven-plugin.iml +++ b/maven-plugin/dokka-maven-plugin.iml @@ -12,6 +12,7 @@ + @@ -40,7 +41,7 @@ - - + + \ No newline at end of file -- cgit