2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-06-19 09:27:52 +00:00

finish up javadocs / maven publications

This commit is contained in:
2023-03-22 18:55:41 +04:00
parent 773adc8e23
commit bf3c7ea8e8
4 changed files with 43 additions and 9 deletions
+7
View File
@@ -60,3 +60,10 @@ tasks {
}
}
publishing {
publications {
create<MavenPublication>("maven") {
from(components["java"])
}
}
}