@@ -6,7 +6,7 @@ plugins {
6
6
id ' java-gradle-plugin'
7
7
id ' maven-publish'
8
8
id ' codenarc'
9
- id " com.gradle.plugin-publish" version " 0.12 .0"
9
+ id " com.gradle.plugin-publish" version " 0.14 .0"
10
10
id " org.gradle.test-retry" version " 1.2.0"
11
11
}
12
12
@@ -19,7 +19,7 @@ def isCI = (System.getenv('CI') ?: 'false').toBoolean()
19
19
def supportedVersions = [
20
20
" 7.0.0-alpha12" : [" 6.8.3" , " 7.0" ],
21
21
" 4.2.0-rc01" : [" 6.8.3" , " 7.0" ],
22
- " 4.1.2 " : [" 6.5.1" , " 6.8.3" ],
22
+ " 4.1.3 " : [" 6.5.1" , " 6.8.3" ],
23
23
" 4.0.2" : [" 6.1.1" , " 6.8.3" ],
24
24
" 3.6.4" : [" 5.6.4" , " 6.8.3" ],
25
25
" 3.5.4" : [" 5.4.1" , " 5.6.4" , " 6.8.3" ]
@@ -36,10 +36,11 @@ dependencies {
36
36
implementation gradleApi()
37
37
testImplementation " com.android.tools.build:gradle:$agpVersion "
38
38
testImplementation gradleTestKit()
39
- testImplementation " junit:junit:4.12"
40
- testImplementation " org.spockframework:spock-core:1.1-groovy-2.4@jar"
41
- testRuntime ' cglib:cglib-nodep:3.2.12'
42
- testRuntime ' org.objenesis:objenesis:3.1'
39
+ testImplementation " junit:junit:4.13.2"
40
+ testImplementation " org.spockframework:spock-core:2.0-M5-groovy-3.0@jar"
41
+ testImplementation " org.opentest4j:opentest4j:1.2.0"
42
+ testRuntimeOnly ' cglib:cglib-nodep:3.3.0'
43
+ testRuntimeOnly ' org.objenesis:objenesis:3.2'
43
44
}
44
45
45
46
java {
0 commit comments