Skip to content

Commit 9572141

Browse files
authored
Fix id for Gradle Plugin that was added in #118 (#120)
1 parent bad0e2f commit 9572141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: "com.vanniktech.maven.publish"
2424
gradlePlugin {
2525
plugins {
2626
androidJUnitJacocoPlugin {
27-
id = 'com.vanniktech.android.junit.jacoco.GenerationPlugin'
27+
id = 'com.vanniktech.android.junit.jacoco'
2828
implementationClass = 'com.vanniktech.android.junit.jacoco.GenerationPlugin'
2929
}
3030
}

0 commit comments

Comments
 (0)