gradle for publish #339
This commit is contained in:
parent
f5724cf388
commit
b7fdaa3e30
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ publishing {
|
||||||
register("jar", MavenPublication) {
|
register("jar", MavenPublication) {
|
||||||
from(components["java"])
|
from(components["java"])
|
||||||
pom {
|
pom {
|
||||||
url.set("https://github.com/<OWNER>/<REPO>.git")
|
url.set("https://github.com/afischerdev/brouter.git")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue