We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a5192 commit e256fe6Copy full SHA for e256fe6
1 file changed
README.md
@@ -2,11 +2,6 @@
2
3
Config2Java maps configuration data into validated **null-safe** Java objects.
4
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
10
This repository is a monorepo with one core module and format-specific modules. You can depend on exactly the formats you need.
11
12
## Modules
@@ -172,3 +167,8 @@ Run selected modules:
172
167
```bash
173
168
./gradlew :lua2java:test :groovy2java:test :toml2java:test :json2java:test :xml2java:test
174
169
```
170
+
171
+## Notes
+- Supported Java versions: Java 11 and above for all modules.
+- LLM assistance was used during development of this codebase and its documentation.
0 commit comments