Verify formatting using GJF 1.7

Change I216f69ea set the default formatting version to GJF 1.24.0,
however older branches are still formatted with GJF 1.7.

Explicitly set the GJF version to 1.7 so that we can still have
successful validation for older branches.

Change-Id: I180d68cee70c7351d2ffbaaf1fc84eb1e0047907
1 file changed
tree: 40c41fddea41cdae8f387a6c8cedd19b7146ecca
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl
  4. Jenkinsfile
  5. LICENSE
  6. README.md
README.md

Gerrit DynamoDB ref-db

This plugin provides an implementation of the Gerrit global ref-db backed by AWS DynamoDB.

Requirements for using this plugin are:

  • Gerrit v3.3 or later
  • DynamoDB provisioned in AWS

Typical use-case

The global ref-db is a typical use-case of a Gerrit multi-master scenario in a multi-site setup. Refer to the Gerrit multi-site plugin for more details on the high level architecture.