From 032f5f7c62ed6932386e700a74dd7e519ad4de5d Mon Sep 17 00:00:00 2001 From: Alex Bitney Date: Sat, 6 Feb 2016 16:33:29 +0200 Subject: domain independence in few places fixed zero tags exception on user's page --- build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index b25a8ae4..e409e380 100644 --- a/build.gradle +++ b/build.gradle @@ -24,6 +24,14 @@ 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