Created
June 27, 2014 15:53
-
-
Save fkaa/ca8ac55478c5ece8950b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'java' | |
sourceCompatibility = 1.5 | |
version = '1.0' | |
repositories { | |
mavenCentral() | |
} | |
dependencies { | |
testCompile group: 'junit', name: 'junit', version: '4.11' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment