From 1fffebc18bbdbe87b456e2b3bd66e9ce5a6afcb8 Mon Sep 17 00:00:00 2001 From: Alex Bitney Date: Sat, 6 Feb 2016 16:35:00 +0200 Subject: removed idea plugin from gradle (does not work anyway) --- build.gradle | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build.gradle b/build.gradle index e409e380..7a795da3 100644 --- a/build.gradle +++ b/build.gradle @@ -24,15 +24,6 @@ apply plugin: 'com.bmuschko.tomcat' apply plugin: 'com.eriwen.gradle.js' apply plugin: 'com.github.tkruse.groovysh' -apply plugin: 'idea' - -idea { - project { - languageLevel = '1.8' - } -} - - repositories { mavenCentral() } -- cgit v1.2.3