s2a: Disabling publishing until it is ready for users

This commit is contained in:
Eric Anderson 2024-09-24 15:40:40 -07:00 committed by GitHub
parent 2ff837ab60
commit c92453fb14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,5 @@
plugins {
id "java-library"
id "maven-publish"
id "com.github.johnrengelman.shadow"
id "com.google.osdetector"
@ -90,6 +89,7 @@ tasks.named("shadowJar").configure {
relocate 'io.netty', 'io.grpc.netty.shaded.io.netty'
}
plugins.withId('maven-publish') {
publishing {
publications {
maven(MavenPublication) {
@ -111,3 +111,4 @@ publishing {
}
}
}
}