Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- group 'be.isach'
- version '1.0-SNAPSHOT'
- apply plugin: 'java'
- apply plugin: 'idea'
- apply plugin: 'eclipse'
- sourceCompatibility = 1.5
- repositories {
- mavenCentral()
- }
- dependencies {
- testCompile group: 'junit', name: 'junit', version: '4.11'
- }
- allprojects {
- apply plugin: 'idea'
- idea {
- module {
- inheritOutputDirs = true
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement