gradle for publish #339
This commit is contained in:
parent
f5724cf388
commit
b7fdaa3e30
@ -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…
x
Reference in New Issue
Block a user