HHH-14634 : Gradle Enterprise
- Re-added setting rootProject name
This commit is contained in:
parent
f90a5f930b
commit
d7d74d0875
|
@ -10,6 +10,8 @@ plugins {
|
||||||
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.2.1'
|
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.2.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rootProject.name = 'hibernate-orm'
|
||||||
|
|
||||||
apply from: file( 'gradle/gradle-enterprise.gradle' )
|
apply from: file( 'gradle/gradle-enterprise.gradle' )
|
||||||
|
|
||||||
if ( !JavaVersion.current().java8Compatible ) {
|
if ( !JavaVersion.current().java8Compatible ) {
|
||||||
|
|
Loading…
Reference in New Issue