From: Alexander Goussas Date: Mon, 29 Dec 2025 16:17:47 +0000 (-0500) Subject: add UML diagram to readme X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=208e452fddeb5fbc59a909c51d741fd7cb7d45aa;p=gradle-configvalidator-plugin.git add UML diagram to readme --- diff --git a/README.md b/README.md index 2db3d53..c539530 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ how to implement these. ## Architecture -TODO +![UML diagram](./assets/uml-diagram.png) ## Contributing diff --git a/assets/uml-diagram.png b/assets/uml-diagram.png new file mode 100644 index 0000000..80ec386 Binary files /dev/null and b/assets/uml-diagram.png differ