mirror of https://github.com/grpc/grpc-java.git
s2a: Disabling publishing until it is ready for users
This commit is contained in:
parent
2ff837ab60
commit
c92453fb14
|
|
@ -1,6 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
id "java-library"
|
id "java-library"
|
||||||
id "maven-publish"
|
|
||||||
|
|
||||||
id "com.github.johnrengelman.shadow"
|
id "com.github.johnrengelman.shadow"
|
||||||
id "com.google.osdetector"
|
id "com.google.osdetector"
|
||||||
|
|
@ -90,6 +89,7 @@ tasks.named("shadowJar").configure {
|
||||||
relocate 'io.netty', 'io.grpc.netty.shaded.io.netty'
|
relocate 'io.netty', 'io.grpc.netty.shaded.io.netty'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plugins.withId('maven-publish') {
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
maven(MavenPublication) {
|
maven(MavenPublication) {
|
||||||
|
|
@ -111,3 +111,4 @@ publishing {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue