From 070eb1d9d2031be49b7483dd0b467c26073364d1 Mon Sep 17 00:00:00 2001 From: Kalle Stenflo Date: Wed, 12 Aug 2015 21:53:32 +0200 Subject: [PATCH] Downgraded AssertJ to 2.1.0 (version 3 is java 8) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2951933b..5dc386f7 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ ext { hamcrestCore: 'org.hamcrest:hamcrest-core:1.3', hamcrestLibrary: 'org.hamcrest:hamcrest-library:1.3', - test: ['org.slf4j:slf4j-simple:1.7.12', 'org.assertj:assertj-core:3.1.0', 'commons-io:commons-io:2.4','org.hamcrest:hamcrest-core:1.3', 'org.hamcrest:hamcrest-library:1.3', 'junit:junit:4.12'] + test: ['org.slf4j:slf4j-simple:1.7.12', 'org.assertj:assertj-core:2.1.0', 'commons-io:commons-io:2.4','org.hamcrest:hamcrest-core:1.3', 'org.hamcrest:hamcrest-library:1.3', 'junit:junit:4.12'] ] snapshotVersion = true }