client/java: maven-publish wiring for Gitea Maven feed

This commit is contained in:
Joseph Doherty
2026-05-28 17:07:11 -04:00
parent 523f944f3e
commit fe44e3c18a
3 changed files with 77 additions and 0 deletions
@@ -1,6 +1,7 @@
plugins {
id 'java-library'
id 'com.google.protobuf'
id 'maven-publish'
}
dependencies {
@@ -30,6 +31,11 @@ sourceSets {
}
}
java {
withSourcesJar()
withJavadocJar()
}
protobuf {
protoc {
artifact = "com.google.protobuf:protoc:${protobufVersion}"