Skip to content

Commit b97ae64

Browse files
guess you cant duplicate
1 parent 409551a commit b97ae64

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ subprojects {
7373
publications {
7474
gpr(MavenPublication) {
7575
from(components.java)
76-
pom.withXml {
77-
asNode().dependencies.dependency.each { dep ->
78-
if (dep.artifactId.last().value().last().matches('v\\d_\\d+_R\\d+'))
79-
dep.parent().remove(dep)
80-
}
81-
}
8276
pom.withXml {
8377
def deps = asNode().dependencies?.dependency
8478
deps?.findAll {

0 commit comments

Comments
 (0)