diff options
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r-- | .idea/compiler.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 122511cc..3826f563 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -45,6 +45,8 @@ <module name="fatjar_test" target="1.8" /> <module name="gradle-plugin_main" target="1.6" /> <module name="gradle-plugin_test" target="1.6" /> + <module name="integration_main" target="1.8" /> + <module name="integration_test" target="1.8" /> <module name="maven-plugin" target="1.5" /> <module name="maven-plugin_main" target="1.8" /> <module name="maven-plugin_test" target="1.8" /> |