@@ -6,20 +6,20 @@ buildscript {
66 }
77
88 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'
1111 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'
1313 }
1414}
1515
1616apply plugin : ' groovy'
1717apply plugin : ' java-library'
1818apply plugin : ' java-gradle-plugin'
1919apply plugin : ' com.github.ben-manes.versions'
20- apply plugin : ' com.gradle.plugin-publish'
2120apply plugin : ' com.vanniktech.android.junit.jacoco'
2221apply plugin : " com.vanniktech.maven.publish"
22+ apply plugin : ' com.gradle.plugin-publish'
2323
2424gradlePlugin {
2525 plugins {
@@ -43,8 +43,8 @@ dependencies {
4343 compileOnly ' com.android.tools.build:gradle:3.4.0'
4444
4545 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 '
4848 testCompile ' org.spockframework:spock-core:1.1-groovy-2.4' , { exclude module : " groovy-all" } // Use localGroovy()
4949}
5050
@@ -64,6 +64,6 @@ pluginBundle {
6464}
6565
6666wrapper {
67- gradleVersion = ' 5.1.1 '
67+ gradleVersion = ' 5.4 '
6868 distributionType = Wrapper.DistributionType . ALL
6969}
0 commit comments