Skip to content

Commit 3fa10eb

Browse files
committed
reverting groovy version
1 parent 3032797 commit 3fa10eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ buildscript {
99

1010
plugins { id 'groovy' }
1111

12-
version = '0.0.3-SNAPSHOT'
12+
version = '0.0.3'
1313

1414
apply plugin: 'com.blackducksoftware.integration.library'
1515

1616
dependencies {
1717
compile 'com.blackducksoftware.integration:integration-common:11.1.1'
1818
compile 'org.apache.httpcomponents:httpclient:4.5.5'
1919

20-
testCompile 'org.codehaus.groovy:groovy-all:2.5.0'
20+
testCompile 'org.codehaus.groovy:groovy-all:2.4.12'
2121
testCompile 'com.squareup.okhttp3:mockwebserver:3.9.0'
2222
testCompile 'org.bouncycastle:bcprov-jdk15on:1.52'
2323
}

0 commit comments

Comments
 (0)