Skip to content

Commit

Permalink
s2a: Disabling publishing until it is ready for users
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 authored Sep 24, 2024
1 parent 2ff837a commit c92453f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion s2a/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id "java-library"
id "maven-publish"

id "com.github.johnrengelman.shadow"
id "com.google.osdetector"
Expand Down Expand Up @@ -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) {
Expand All @@ -111,3 +111,4 @@ publishing {
}
}
}
}

0 comments on commit c92453f

Please sign in to comment.