mirror of https://github.com/grpc/grpc-java.git
xds: do not upload archives for xds for now
This commit is contained in:
parent
e06b941eb7
commit
b1fbbb675a
|
|
@ -371,7 +371,7 @@ subprojects {
|
||||||
snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/', configureAuth)
|
snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/', configureAuth)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
uploadArchives.onlyIf { !name.contains("grpc-gae-interop-testing") }
|
uploadArchives.onlyIf { !name.contains("grpc-gae-interop-testing") && !name.contains("grpc-xds") }
|
||||||
|
|
||||||
[
|
[
|
||||||
install.repositories.mavenInstaller,
|
install.repositories.mavenInstaller,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue