HHH-12603 - Unified allprojects blocks
This commit is contained in:
parent
03a2ad669e
commit
e457b7f337
11
build.gradle
11
build.gradle
|
@ -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'
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue