@@ -6,20 +6,20 @@ buildscript {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.gradle.publish:plugin-publish-plugin:0.10.0 '
10
- classpath ' com.github.ben-manes:gradle-versions-plugin:0.17 .0'
9
+ classpath ' com.gradle.publish:plugin-publish-plugin:0.10.1 '
10
+ classpath ' com.github.ben-manes:gradle-versions-plugin:0.21 .0'
11
11
classpath ' com.vanniktech:gradle-android-junit-jacoco-plugin:0.11.0'
12
- classpath ' com.vanniktech:gradle-maven-publish-plugin:0.6 .0'
12
+ classpath ' com.vanniktech:gradle-maven-publish-plugin:0.8 .0'
13
13
}
14
14
}
15
15
16
16
apply plugin : ' groovy'
17
17
apply plugin : ' java-library'
18
18
apply plugin : ' java-gradle-plugin'
19
19
apply plugin : ' com.github.ben-manes.versions'
20
- apply plugin : ' com.gradle.plugin-publish'
21
20
apply plugin : ' com.vanniktech.android.junit.jacoco'
22
21
apply plugin : " com.vanniktech.maven.publish"
22
+ apply plugin : ' com.gradle.plugin-publish'
23
23
24
24
gradlePlugin {
25
25
plugins {
@@ -43,8 +43,8 @@ dependencies {
43
43
compileOnly ' com.android.tools.build:gradle:3.4.0'
44
44
45
45
testCompile ' com.android.tools.build:gradle:3.4.0'
46
- testCompile ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.30 '
47
- testCompile ' junit:junit:4.12 '
46
+ testCompile ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31 '
47
+ testCompile ' junit:junit:4.13-beta-2 '
48
48
testCompile ' org.spockframework:spock-core:1.1-groovy-2.4' , { exclude module : " groovy-all" } // Use localGroovy()
49
49
}
50
50
@@ -64,6 +64,6 @@ pluginBundle {
64
64
}
65
65
66
66
wrapper {
67
- gradleVersion = ' 5.1.1 '
67
+ gradleVersion = ' 5.4 '
68
68
distributionType = Wrapper.DistributionType . ALL
69
69
}
0 commit comments