diff --git a/build.gradle b/build.gradle index 6e1a61ff4b..f043fdf073 100644 --- a/build.gradle +++ b/build.gradle @@ -40,9 +40,8 @@ allprojects { name "jboss-snapshots" url "http://snapshots.jboss.org/maven2/" } - - apply plugin: 'idea' } + apply plugin: 'idea' // minimize changes, at least for now (gradle uses 'build' by default).. buildDir = "target" diff --git a/hibernate-orm-modules/hibernate-orm-modules.gradle b/hibernate-orm-modules/hibernate-orm-modules.gradle index fbe4385ecd..c7fc932abe 100644 --- a/hibernate-orm-modules/hibernate-orm-modules.gradle +++ b/hibernate-orm-modules/hibernate-orm-modules.gradle @@ -21,7 +21,6 @@ apply from: rootProject.file( 'gradle/publishing-pom.gradle' ) apply plugin: 'build-dashboard' apply plugin: 'project-report' -apply plugin: 'idea' project.tasks.jar.enabled = false project.tasks.javadoc.enabled = false