Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 844 Bytes

File metadata and controls

34 lines (18 loc) · 844 Bytes

unstable

This project explores common infrastructure and coding standards for open source Google Cloud Platform projects.

Code Hygiene Dashboard (runs daily; work in progress)

To generate the dashboard from the root directory run:

$ mvn clean install
$ mvn exec:java

Development

This project is built using Maven.

Requirements

  1. The Google Cloud SDK; install this somewhere on your file system.

  2. Maven 3.5.0 or later.

  3. JDK 8

  4. git

  5. Clone the project to a local directory using git clone [email protected]:GoogleCloudPlatform/cloud-opensource-java.git.