Skip to content

Commit

Permalink
chore: update readme version information
Browse files Browse the repository at this point in the history
Closes GH-52
  • Loading branch information
zml2008 committed Mar 17, 2024
1 parent 9f9b392 commit 6dfba62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down

0 comments on commit 6dfba62

Please sign in to comment.