This is an automated email from the ASF dual-hosted git repository.

Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from 14c36255b THRIFT-6235: Let the compiler tests link when the Go 
generator is disabled
     add 6b42e7fd0 THRIFT-5566: Migrate Java tutorial from Ant to Gradle 
Client: java, tutorial

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 tutorial/java/Makefile.am                          |  35 ++--
 tutorial/java/README.md                            |  11 +-
 tutorial/java/build.gradle                         | 179 +++++++++++++++++++++
 tutorial/java/build.properties                     |   5 -
 tutorial/java/build.xml                            | 154 ------------------
 .../java/settings.gradle                           |   4 +-
 tutorial/java/src/JavaClient.java                  |   3 +-
 tutorial/java/src/JavaServer.java                  |   2 +-
 9 files changed, 217 insertions(+), 177 deletions(-)
 create mode 100644 tutorial/java/build.gradle
 delete mode 100644 tutorial/java/build.properties
 delete mode 100644 tutorial/java/build.xml
 copy compiler/cpp/test/keyword-samples/exception1_return.thrift => 
tutorial/java/settings.gradle (92%)

Reply via email to