mirror of https://github.com/grpc/grpc-java.git
parent
1e99b299e1
commit
4988d8be6b
|
|
@ -259,6 +259,7 @@ subprojects {
|
||||||
repository(url: stagingUrl, configureAuth)
|
repository(url: stagingUrl, configureAuth)
|
||||||
snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/', configureAuth)
|
snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/', configureAuth)
|
||||||
}
|
}
|
||||||
|
uploadArchives.onlyIf { !name.contains("thrift") }
|
||||||
|
|
||||||
[
|
[
|
||||||
install.repositories.mavenInstaller,
|
install.repositories.mavenInstaller,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue