Skip to content

Commit 2a1e977

Browse files
committed
Remove the unnecessary workaround for removing the generated extra dependencyManagement of POM
Closes gh-56
1 parent f0ef05d commit 2a1e977

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,6 @@ publishing {
152152
developerConnection = 'scm:git:ssh://github.com:graceframework/grace-database-migration.git'
153153
url = 'https://github.com/graceframework/grace-database-migration'
154154
}
155-
156-
withXml {
157-
def pomNode = asNode()
158-
159-
try {
160-
pomNode.dependencyManagement.replaceNode {}
161-
} catch (Throwable ignore) {
162-
}
163-
}
164155
}
165156
}
166157
}

0 commit comments

Comments
 (0)