hibernate-orm/gradle/module.gradle

9 lines
246 B
Groovy
Raw Normal View History

// Applied to all modules (sub-projects)
apply from: rootProject.file( 'gradle/base-information.gradle' )
apply plugin: 'idea'
apply plugin: 'eclipse'
// minimize changes, at least for now (gradle uses 'build' by default)..
buildDir = "target"