Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.02 KB

tool-base

Ubuntu build codecov   license

Common code for development tools.

Structure

  • tool-base provides common components for building build-time tools, including file manipulations, Protobuf reflection, simple code generation, etc.

  • plugin-base provides abstractions for building Gradle plugins.

  • plugin-testlib provides test fixtures for Gradle plugins.ture

Java

The modules of this repository are built with Java 11.