Skip to content

Commit c594793

Browse files
author
Matthew McCullough
committedJul 25, 2012
Added gradle build file
1 parent d2280d0 commit c594793

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apply plugin: 'java'
2+
3+
repositories {
4+
mavenCentral()
5+
}
6+
7+
dependencies {
8+
testCompile 'junit:junit:4.8.2'
9+
}

0 commit comments

Comments
 (0)
Please sign in to comment.