Downgraded Groovy to 2.5.10

This commit is contained in:
Marcin Grzejszczak
2020-04-06 12:39:31 +02:00
parent 7e0af58be1
commit cf97faac76
2 changed files with 5 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
<docs.whitelisted.branches>2.1.x,2.2.x</docs.whitelisted.branches>
<main.basedir>${basedir}/..</main.basedir>
<gmavenplus-plugin.version>1.8.1</gmavenplus-plugin.version>
<groovy.version>3.0.2</groovy.version>
<groovy.version>2.5.10</groovy.version>
<!-- For the Groovy plugin -->
<groovyVersion>${groovy.version}</groovyVersion>
<!-- We don't want to downloaded sources of our own project-->
@@ -110,12 +110,12 @@
<version>${groovy.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-astbuilder</artifactId>
<version>${groovy.version}</version>
<scope>compile</scope>
</dependency>
</dependency> -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-console</artifactId>