Sha256: 6b580df8928c806c201871311d64cee016236b18787c69d87a6b8d33410321d8
Contents?: true
Size: 333 Bytes
Versions: 99
Compression:
Stored size: 333 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
99 entries across 99 versions & 1 rubygems