From 73999a25702e1aafc861123f1506c594ed0ace25 Mon Sep 17 00:00:00 2001 From: Michael Hoffer Date: Mon, 22 Jul 2024 08:41:56 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26104ab..b977167 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ VMF
-VMF is a lightweight modeling framework. It conveniently translates annotated Java interfaces into powerful implementations. It writes all the inevitable but boring boilerplate code for you and provides a modern and stable API. It is designed to work with the newest versions of Java as soon as they are released. It works well with Java 11-19. +VMF is a lightweight modeling framework. It conveniently translates annotated Java interfaces into powerful implementations. It writes all the inevitable but boring boilerplate code for you and provides a modern and stable API. It is designed to work with the newest versions of Java as soon as they are released. It works well with Java 11-22. It generates/supports: - getters and setters @@ -91,7 +91,7 @@ buildscript { ### IDE -Open the `VMF` [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with IntelliJ 2023) and build it +Open the `VMF` [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with IntelliJ 2024) and build it by executing the `publishToMavenLocal` task. ### Command Line