mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 09:05:21 +00:00
HHH-12603 Move and reuse the "idea" Gradle plugin declaration
This commit is contained in:
parent
cd963b1e83
commit
cdef29b09b
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user