Skip to content

Commit b238301

Browse files
committed
fix publishing issues
1 parent 2364c64 commit b238301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ gradlePlugin {
3030
id = 'org.scoverage'
3131
implementationClass = 'org.scoverage.ScoveragePlugin'
3232
displayName = 'Gradle Scoverage plugin'
33+
description = 'gradle-scoverage is a Gradle plugin for calculating code coverage using Scoverage'
3334
tags.set(['coverage', 'scala', 'scoverage'])
3435
}
3536
}
@@ -183,6 +184,7 @@ if (project.properties.containsKey('signing.keyId')) {
183184
signing {
184185
sign publishing.publications.mavenJava
185186
}
187+
project.tasks.publishMavenJavaPublicationToMavenRepository.inputs.files(project.tasks.signMavenJavaPublication)
186188
}
187189

188190
// see https://stackoverflow.com/questions/44679007

0 commit comments

Comments
 (0)