Skip to content

Commit

Permalink
Merge pull request #266 from aleris/patch-1
Browse files Browse the repository at this point in the history
Add gradle plugin info in README.md
  • Loading branch information
carueda committed Feb 9, 2024
2 parents 65563fe + ab931c1 commit 9baad59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9baad59

Please sign in to comment.