Skip to content

Commit e256fe6

Browse files
committed
docs: move java support info to notes and simplify root README
1 parent 17a5192 commit e256fe6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
Config2Java maps configuration data into validated **null-safe** Java objects.
44

5-
## Supported Java versions
6-
7-
- Java 11 and above for all modules
8-
- Build pipeline runs Gradle with JDK 17 (Gradle runtime requirement)
9-
105
This repository is a monorepo with one core module and format-specific modules. You can depend on exactly the formats you need.
116

127
## Modules
@@ -172,3 +167,8 @@ Run selected modules:
172167
```bash
173168
./gradlew :lua2java:test :groovy2java:test :toml2java:test :json2java:test :xml2java:test
174169
```
170+
171+
## Notes
172+
173+
- Supported Java versions: Java 11 and above for all modules.
174+
- LLM assistance was used during development of this codebase and its documentation.

0 commit comments

Comments
 (0)