From 739d5007295f578e033209ddeb05351b81ae4dd0 Mon Sep 17 00:00:00 2001 From: Dierk Koenig Date: Tue, 23 Jun 2020 11:57:12 +0200 Subject: compiles and runs with frege-3.25.84.jar and Gradle 5.0 --- .../frege/gradle/integtest/fixtures/AbstractFregeIntegrationSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/integTest/groovy/frege/gradle/integtest/fixtures') diff --git a/src/integTest/groovy/frege/gradle/integtest/fixtures/AbstractFregeIntegrationSpec.groovy b/src/integTest/groovy/frege/gradle/integtest/fixtures/AbstractFregeIntegrationSpec.groovy index 7415ef1..71d3ea8 100644 --- a/src/integTest/groovy/frege/gradle/integtest/fixtures/AbstractFregeIntegrationSpec.groovy +++ b/src/integTest/groovy/frege/gradle/integtest/fixtures/AbstractFregeIntegrationSpec.groovy @@ -7,7 +7,7 @@ import org.junit.rules.TemporaryFolder import spock.lang.Specification class AbstractFregeIntegrationSpec extends Specification { - public static final String DEFAULT_FREGE_VERSION = "3.23.370-g898bc8c" + public static final String DEFAULT_FREGE_VERSION = "3.24.405" List pluginClasspath @Rule -- cgit