Eric Anderson
c96e926e65
examples: Remove references to maven-central.storage-download.googleapis.com
...
As stated [on its main page][index], it isn't officially supported, so
we shouldn't include it in our examples.
[index]: https://maven-central.storage-download.googleapis.com/index.html
2025-01-03 09:28:42 -08:00
Eric Anderson
dc30d85765
Swap to new Google Maven Central mirror URL
...
As seen at https://maven-central.storage.googleapis.com/index.html . The old
URL still has content, but apparently is no longer being updated. For example,
jetty-alpn-agent-2.0.10.pom is not present.
2020-07-10 08:45:49 -05:00
ZHANG Dapeng
8ecdec73fd
examples: prefer implementation to compile in build.gradle
2018-12-03 10:01:19 -08:00
Eric Anderson
5ca4ea7272
examples: Split thrift from the multi-project build
...
grpc-thrift isn't published yet, which causes build breakage for people
trying to do the protobuf example.
Fixes #2681 (ONCE AND FOR ALL!)
2017-02-24 10:04:02 -08:00
Naveen Reddy Chedeti
2860959d5f
Support Thrift Messages
2016-07-28 08:48:27 -07:00
Eric Anderson
d7bf67e01f
examples: Provide Maven and Gradle build files
...
The examples are no longer part of the normal build, although they are
built with Travis. The examples now include their own copy of the gradle
wrapper to ease usage from IDEs which can now properly detect the
correct version of gradle to use.
The build files were generated using "gradle init" and "mvn
archetype:generate" and then modified following our README.
Fixes #1414
2016-07-11 09:20:25 -07:00