Skip to content

Commit 0ce1fb8

Browse files
committed
clear dependencies from published plugin pom
1 parent be3dfab commit 0ce1fb8

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
@@ -80,7 +80,7 @@ pluginBundle {
8080
vcsUrl = project.vcsUrl
8181
description = project.description
8282
tags = ['coverage', 'scala', 'scoverage']
83-
83+
withDependencies { it.clear() }
8484
plugins {
8585
scoveragePlugin {
8686
id = 'org.scoverage'

0 commit comments

Comments
 (0)