removed jar file
[tspec.git] / build.gradle
bloba9a8a7ac599c7ee55d2b8cb058cc236debfcefd4
1 usePlugin 'groovy'
2 usePlugin 'eclipse'
4 version = '0.2'
6 repositories {
7     mavenCentral()
8     mavenRepo urls: ['http://repository.codehaus.org/', 'http://download.java.net/maven/2/']
11 dependencies {
12     groovy      group: 'org.codehaus.groovy', name: 'groovy-all',     version: '1.6.4'
13     testCompile group: 'junit',               name: 'junit',          version: '3.8.2'
16 compile {
17     groovyOptions.encoding = "utf-8"
19 compileTests {
20     groovyOptions.encoding = "utf-8"