Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| group 'PhageXpress' | |
| version '1.0-SNAPSHOT' | |
| apply plugin: 'java' | |
| sourceCompatibility = 1.9 | |
| repositories { | |
| mavenCentral() | |
| } | |
| manifest { | |
| attributes 'Main-Class': '' | |
| } | |
| dependencies { | |
| testCompile group: 'junit', name: 'junit', version: '4.12' | |
| compile fileTree(include: ['*.jar'], dir: 'libs') | |
| } |