Skip to content

Commit f825409

Browse files
committed
fix publish configuration
1 parent 0423eaa commit f825409

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ gradlePlugin {
2626
gradleScoverage {
2727
id = 'org.scoverage'
2828
implementationClass = 'org.scoverage.ScoveragePlugin'
29+
displayName = 'Gradle Scoverage plugin'
2930
}
3031
}
3132
}
@@ -35,11 +36,6 @@ pluginBundle {
3536
vcsUrl = ext.vcsUrl
3637
description = project.description
3738
tags = ['coverage', 'scala', 'scoverage']
38-
plugins {
39-
scoveragePlugin {
40-
displayName = 'Gradle Scoverage plugin'
41-
}
42-
}
4339
}
4440

4541
apply plugin: 'maven'

0 commit comments

Comments
 (0)