diff --git a/readme.md b/readme.md index 742f492..a3a19de 100644 --- a/readme.md +++ b/readme.md @@ -3,11 +3,11 @@ blossom [![Build Status](https://img.shields.io/github/actions/workflow/status/K blossom is a Gradle plugin for processing source templates to resources and sources across several languages. It is licensed under the [LGPL v2.1] license. ## Usage -Apply the plugin to your project. Blossom requires a minimum of Java 11 and Gradle 7.2. +Apply the plugin to your project. Blossom requires a minimum of Java 11. It is tested with the latest revision of the current major release of Gradle, and the latest revision of the previous major release of Gradle, but we focus our development time on newer Gradle versions. ```kotlin plugins { - id("net.kyori.blossom") version "2.0.0" + id("net.kyori.blossom") version "2.1.0" } ```