diff --git a/README.md b/README.md index 50de5a5..80014ce 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The generated code only depends on the Typesafe Config library. - [configuration spec](#configuration-spec) - [running tscfg](#running-tscfg) - [maven plugin](#maven-plugin) + - [gradle plugin](#gradle-plugin) - [configuration access](#configuration-access) - [supported types](#supported-types) - [basic types](#basic-types) @@ -229,6 +230,10 @@ generating: /tmp/ExampleCfg.java Please see [tscfg-maven-plugin](https://github.com/timvlaer/tscfg-maven-plugin). Thanks [@timvlaer](https://github.com/timvlaer)! +### gradle plugin + +Please see [tscfg-plugin-gradle](https://github.com/aleris/tscfg-plugin-gradle). + ## configuration access Access to a configuration instance is via usual Typesafe Config mechanism