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/ant.xml | 13 ++++++++++++- .idea/compiler.xml | 3 ++- .idea/copyright/profiles_settings.xml | 4 ++++ .idea/gradle.xml | 17 +++++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 12 ++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 8 ++++++++ .idea/libraries/Gradle__junit_junit_4_12.xml | 12 ++++++++++++ .../Gradle__org_fusesource_jansi_jansi_1_11.xml | 12 ++++++++++++ .../Gradle__org_hamcrest_hamcrest_core_1_3.xml | 12 ++++++++++++ .../Gradle__org_jetbrains_dokka_dokka_fatjar_1_0.xml | 10 ++++++++++ ...tbrains_kotlin_kotlin_gradle_plugin_0_1_SNAPSHOT.xml | 12 ++++++++++++ ...ins_kotlin_kotlin_gradle_plugin_api_0_1_SNAPSHOT.xml | 12 ++++++++++++ ...org_jetbrains_kotlin_kotlin_runtime_0_1_SNAPSHOT.xml | 12 ++++++++++++ ..._org_jetbrains_kotlin_kotlin_stdlib_0_1_SNAPSHOT.xml | 12 ++++++++++++ .idea/misc.xml | 5 ++++- .idea/modules.xml | 3 ++- .idea/vcs.xml | 4 ++-- 17 files changed, 157 insertions(+), 6 deletions(-) create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/gradle.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/libraries/Gradle__junit_junit_4_12.xml create mode 100644 .idea/libraries/Gradle__org_fusesource_jansi_jansi_1_11.xml create mode 100644 .idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 .idea/libraries/Gradle__org_jetbrains_dokka_dokka_fatjar_1_0.xml create mode 100644 .idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_gradle_plugin_0_1_SNAPSHOT.xml create mode 100644 .idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_gradle_plugin_api_0_1_SNAPSHOT.xml create mode 100644 .idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_runtime_0_1_SNAPSHOT.xml create mode 100644 .idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_0_1_SNAPSHOT.xml (limited to '.idea') diff --git a/.idea/ant.xml b/.idea/ant.xml index c853cb11..764d23e5 100644 --- a/.idea/ant.xml +++ b/.idea/ant.xml @@ -1,6 +1,17 @@ - + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 1f71f978..e22d39e5 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -22,10 +22,11 @@ - + + diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 00000000..f4aa08e3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 00000000..adc07ffd --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..710a3bbe --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..8c1e55e8 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__junit_junit_4_12.xml b/.idea/libraries/Gradle__junit_junit_4_12.xml new file mode 100644 index 00000000..d9327061 --- /dev/null +++ b/.idea/libraries/Gradle__junit_junit_4_12.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_fusesource_jansi_jansi_1_11.xml b/.idea/libraries/Gradle__org_fusesource_jansi_jansi_1_11.xml new file mode 100644 index 00000000..1c5611d1 --- /dev/null +++ b/.idea/libraries/Gradle__org_fusesource_jansi_jansi_1_11.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 00000000..d7610aef --- /dev/null +++ b/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_dokka_dokka_fatjar_1_0.xml b/.idea/libraries/Gradle__org_jetbrains_dokka_dokka_fatjar_1_0.xml new file mode 100644 index 00000000..bf790a6d --- /dev/null +++ b/.idea/libraries/Gradle__org_jetbrains_dokka_dokka_fatjar_1_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_gradle_plugin_0_1_SNAPSHOT.xml b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_gradle_plugin_0_1_SNAPSHOT.xml new file mode 100644 index 00000000..6133495f --- /dev/null +++ b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_gradle_plugin_0_1_SNAPSHOT.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_gradle_plugin_api_0_1_SNAPSHOT.xml b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_gradle_plugin_api_0_1_SNAPSHOT.xml new file mode 100644 index 00000000..a6742e50 --- /dev/null +++ b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_gradle_plugin_api_0_1_SNAPSHOT.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_runtime_0_1_SNAPSHOT.xml b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_runtime_0_1_SNAPSHOT.xml new file mode 100644 index 00000000..841ef8e4 --- /dev/null +++ b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_runtime_0_1_SNAPSHOT.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_0_1_SNAPSHOT.xml b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_0_1_SNAPSHOT.xml new file mode 100644 index 00000000..4664f83f --- /dev/null +++ b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_0_1_SNAPSHOT.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file 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 diff --git a/.idea/modules.xml b/.idea/modules.xml index 3cc41820..669ba41d 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -4,7 +4,8 @@ - + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 275077f8..83067447 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,6 +2,6 @@ + - - + \ 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') 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 From 0352d46db95ba375daa523bd5ec6e2f6b27f81f8 Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Mon, 13 Jul 2015 19:47:09 +0300 Subject: Don't require JDK 1.8 --- .idea/ant.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) mode change 100644 => 100755 .idea/ant.xml (limited to '.idea') diff --git a/.idea/ant.xml b/.idea/ant.xml old mode 100644 new mode 100755 index 764d23e5..13b52a5a --- a/.idea/ant.xml +++ b/.idea/ant.xml @@ -2,16 +2,14 @@ - - - \ No newline at end of file + -- cgit