Enable build and format validation

Validate the formatting of Java files using GJF 1.7.
Output with formatting issues is provided as automated
commends to the code under review.

Change-Id: I2f31723c394c645b627ddf13b5f56e2fae96eb71
2 files changed
tree: 0211b670be0843385687f393b9b920c659f2943c
  1. src/
  2. .gitignore
  3. Jenkinsfile
  4. LICENSE
  5. pom.xml
  6. README.md
README.md

Gerrit interface to a global-refdb

Global ref-database interface for use with Gerrit Code Review.

Enables the de-coupling between Gerrit, the multi-site plugin and the different implementations of a globally shared ref-database.

Design

The design for a global ref-db interface for Gerrit has been posted to the Gerrit Code Review project for review.