HHH-12603 - Unified allprojects blocks

This commit is contained in:
Alvaro Esteban Pedraza 2018-05-28 11:32:09 -03:00 committed by Sanne Grinovero
parent 03a2ad669e
commit e457b7f337
1 changed files with 3 additions and 8 deletions

View File

@ -40,6 +40,9 @@ allprojects {
name "jboss-snapshots"
url "http://snapshots.jboss.org/maven2/"
}
apply plugin: 'idea'
apply plugin: 'eclipse'
}
// minimize changes, at least for now (gradle uses 'build' by default)..
@ -111,11 +114,3 @@ buildScan {
allprojects {
apply plugin: 'idea'
apply plugin: 'eclipse'
}