Architecture Overview
September 19, 2023 ยท View on GitHub
The project has three modules:
model: Shared data interfaces that shared by bothpluginmodule andservermodule.plugin: A Gradle plugin that will be added to the Gradle build using the Gradle initialization script. This plugin is used to get the project structure information.server: The implementation of the Build Server for Gradle based on Build Server Protocol.
Below is a diagram of the architecture:
