gradle for publish #339

This commit is contained in:
afischerdev 2021-10-06 20:43:57 +02:00
parent b7fdaa3e30
commit 4483143c35

View file

@ -18,7 +18,7 @@ publishing {
register("jar", MavenPublication) {
from(components["java"])
pom {
url.set("https://github.com/<OWNER>/<REPO>.git")
url.set("https://github.com/afischerdev/brouter.git")
}
}
}