I am not really looking at replacing hamcrest with something different (at the moment).
Felix Am 28.09.19 um 20:56 schrieb Graham Russell: > If we were looking at replacements I like Google Truth, it's like AssertJ > but often with better error messages and with both the code reads more > naturally than Hamcrest imo e.g. > > assertThat(result).isEmpty(); > > Almost as good as Spock ;) > > result.isEmpty() > > On Sat, 28 Sep 2019, 17:30 Felix Schumacher, < > felix.schumac...@internetallee.de> wrote: > >> Am 28.09.19 um 17:46 schrieb Vladimir Sitnikov: >>>> duplicate classpath entries ( >> https://github.com/gradle/gradle/issues/10393 >>> ). >>> >>> Is it fixed in Gradle 5.6.2? >>> Should we update then? >> I think it is fixed in 5.6.2. And when I change the properties to >> gradle/wrapper/gradle-wrapper.properties, it seems to generate the >> classpath entries only once. >> >> Felix >> >>> Vladimir >>>