Sha256: 60c318a7227947755510d89585cb7daac921ee2ff4daa1d4b589a0eaf0f9d093
Contents?: true
Size: 334 Bytes
Versions: 216
Compression:
Stored size: 334 Bytes
Contents
apply plugin: "java" apply plugin: "eclipse" apply plugin: "idea" repositories { mavenCentral() } dependencies { testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' testCompile "junit:junit:4.12" } test { testLogging { exceptionFormat = 'full' events = ["passed", "failed", "skipped"] } }
Version data entries
216 entries across 216 versions & 1 rubygems