HHH-12603 - Removed comments in build.gradle to enable plugins

This commit is contained in:
Alvaro Esteban Pedraza 2018-05-25 15:04:17 -03:00 committed by Sanne Grinovero
parent e41e5445f8
commit 03a2ad669e
1 changed files with 4 additions and 4 deletions

View File

@ -112,10 +112,10 @@ buildScan {
//allprojects {
// apply plugin: 'idea'
// apply plugin: 'eclipse'
//}
allprojects {
apply plugin: 'idea'
apply plugin: 'eclipse'
}