From d9e7b5a0a4706669819e91dd19404891f437e6d8 Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Fri, 10 Jul 2015 18:47:46 +0300 Subject: Gradle initial plugin implementation --- .idea/misc.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.idea/misc.xml') diff --git a/.idea/misc.xml b/.idea/misc.xml index 6208e987..a5c40e02 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,6 +3,9 @@ + + + - + \ No newline at end of file -- cgit From 788a957072fba51b353f64bac392adb64c09085c Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Mon, 13 Jul 2015 18:05:53 +0300 Subject: Add Mojo and TaskAction annotations to the list of annotations prohibits unused declaration warning --- .idea/misc.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.idea/misc.xml') 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 @@ + + + + -- cgit