Skip to content

Commit 031f47f

Browse files
authored
Update Plugin Publish Plugin to 0.10.0 (#126)
1 parent 03740e5 commit 031f47f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.gradle.publish:plugin-publish-plugin:0.9.10'
9+
classpath 'com.gradle.publish:plugin-publish-plugin:0.10.0'
1010
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
1111
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.11.0'
1212
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.2.0'
@@ -54,8 +54,7 @@ pluginBundle {
5454
vcsUrl = POM_SCM_URL
5555

5656
plugins {
57-
androidJacoco {
58-
id = 'com.vanniktech.android.junit.jacoco'
57+
androidJUnitJacocoPlugin {
5958
displayName = POM_NAME
6059
tags = ['gradle', 'android', 'jacoco', 'app module', 'library module', 'junit', 'unit', 'testing', 'coverage']
6160
description = POM_DESCRIPTION

0 commit comments

Comments
 (0)