gradle for publish #339

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

View file

@ -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")
} }
} }
} }