apply plugin: 'java' repositories { mavenCentral() } dependencies { testCompile group: 'org.hibernate', name: 'hibernate-core', version: '4.2.7.SP1' testCompile group: 'org.hsqldb', name: 'hsqldb', version: '2.2.4' testCompile group: 'junit', name: 'junit-dep', version: '4.11' } test { systemProperties 'user.language': 'tr' }