Skip to content

Commit f01fff4

Browse files
committed
Remove the unnecessary workaround for removing the generated extra dependencyManagement of POM
Closes gh-58
1 parent 1909765 commit f01fff4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,6 @@ publishing {
150150
url = 'https://github.com/graceframework/grace-fields'
151151
}
152152
}
153-
154-
pom.withXml {
155-
def pomNode = asNode()
156-
157-
try {
158-
pomNode.dependencyManagement.replaceNode {}
159-
} catch (Throwable e) {
160-
// ignore
161-
}
162-
}
163153
}
164154
}
165155
}

0 commit comments

Comments
 (0)