Skip to content

Commit

Permalink
fix publish configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
maiflai committed Feb 24, 2019
1 parent 0423eaa commit f825409
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gradlePlugin {
gradleScoverage {
id = 'org.scoverage'
implementationClass = 'org.scoverage.ScoveragePlugin'
displayName = 'Gradle Scoverage plugin'
}
}
}
Expand All @@ -35,11 +36,6 @@ pluginBundle {
vcsUrl = ext.vcsUrl
description = project.description
tags = ['coverage', 'scala', 'scoverage']
plugins {
scoveragePlugin {
displayName = 'Gradle Scoverage plugin'
}
}
}

apply plugin: 'maven'
Expand Down

0 comments on commit f825409

Please sign in to comment.