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