We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409551a commit b97ae64Copy full SHA for b97ae64
1 file changed
build.gradle
@@ -73,12 +73,6 @@ subprojects {
73
publications {
74
gpr(MavenPublication) {
75
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
82
pom.withXml {
83
def deps = asNode().dependencies?.dependency
84
deps?.findAll {
0 commit comments