Skip to content

Commit b31f11d

Browse files
committed
Remove deps from Pom
1 parent 646a55e commit b31f11d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ uploadArchives {
179179
packaging 'jar'
180180
description 'Toast API Module Loader '
181181
}
182+
pom*.whenConfigured { pom -> pom.dependencies.clear() }
182183
}
183184
}
184185
}

0 commit comments

Comments
 (0)