Skip to content

Commit afbf724

Browse files
committed
add back groovy-test as test dependency
1 parent 63032e0 commit afbf724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ dependencies {
117117

118118

119119
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
120+
testImplementation group: 'org.codehaus.groovy', name: 'groovy-test', version: GROOVY_VERSION
120121
}
121122

122123
//compileGroovy {

0 commit comments

Comments
 (0)