From e9d63a0a7c509a14517b12d64c94ea9e9890d42a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 28 Apr 2020 13:14:45 +0200 Subject: [PATCH] Revert "Upgrade to Groovy 3.0.3" This reverts commit ff65ccba3e944ee796be0c79aa02a4658fbca46e. Compiling against Groovy 3.0.3 currently results in the following two warnings that cause the build to fail. warning: Cannot find annotation method 'value()' in type 'SuppressFBWarnings': class file for edu.umd.cs.findbugs.annotations.SuppressFBWarnings not found warning: Cannot find annotation method 'justification()' in type 'SuppressFBWarnings' --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b3b8abb1c6..8ae807be59 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ configure(allprojects) { project -> entry 'aspectjtools' entry 'aspectjweaver' } - dependencySet(group: 'org.codehaus.groovy', version: '3.0.3') { + dependencySet(group: 'org.codehaus.groovy', version: '2.5.11') { entry 'groovy' entry 'groovy-jsr223' entry 'groovy-templates'