Subversion Repositories SmartDukaan

Rev

Rev 22530 | Rev 23114 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22530 Rev 22860
Line 1... Line 1...
1
apply plugin: 'java'
1
apply plugin: 'java'
2
apply plugin: 'maven'
2
apply plugin: 'maven'
3
apply plugin: 'war'
3
apply plugin: 'war'
-
 
4
apply plugin: "eclipse"
4
 
5
 
5
group = 'com.profitmandi'
6
group = 'com.profitmandi'
6
version = '0.0.1-SNAPSHOT'
7
version = '0.0.1-SNAPSHOT'
7
 
8
 
8
description = """profitmandi-fofo"""
9
description = """profitmandi-fofo"""
Line 58... Line 59...
58
    	exclude(module: 'dom4j')
59
    	exclude(module: 'dom4j')
59
    	exclude(module: 'antlr')
60
    	exclude(module: 'antlr')
60
    	exclude(module: 'velocity')
61
    	exclude(module: 'velocity')
61
    	
62
    	
62
    }
63
    }
-
 
64
    testCompile "junit:junit:4.12"
-
 
65
}
-
 
66
 
-
 
67
test {
-
 
68
    testLogging.showStandardStreams = true
63
}
69
}