Skip to content

Commit 5b978fc

Browse files
tibotibo
authored andcommitted
* build.gradle
* commit staging area
1 parent 14c374a commit 5b978fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
apply plugin: 'java'
22
apply plugin: 'eclipse'
33

4+
sourceCompatibility = 1.6
5+
6+
47
repositories {
58
mavenCentral()
69
}
710

811
dependencies {
912
compile group: 'junit', name: 'junit', version:'4.+'
10-
compile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.+'
1113
}

0 commit comments

Comments
 (0)