Skip to content

Commit ad64102

Browse files
committed
fix missing SCM config in pom file
1 parent 94c57b4 commit ad64102

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

build.gradle

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,10 @@ subprojects { project ->
215215
}
216216
}
217217
url = scmHttpsUrl
218-
licenses {
219-
license {
220-
name = "Apache License, Version 2.0"
221-
url = "https://www.apache.org/licenses/LICENSE-2.0"
222-
distribution = "repo"
223-
}
224-
}
218+
}
219+
pom.withXml {
220+
def root = asNode()
221+
root.children().last() + pomConfig
225222
}
226223
}
227224
}

0 commit comments

Comments
 (0)